Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Wangmarket
Commits
8af6db58
Commit
8af6db58
authored
5 years ago
by
xnx3
Browse files
Options
Download
Email Patches
Plain Diff
网站管理后台,common.js 增加资源跟路径设置,以便网市场项目局域网无网络状态的部署使用
parent
faa6b383
master
v5.4
v5.2
v5.1
v5.0
v4.11
v4.10
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/webapp/WEB-INF/view/template/index.jsp
+4
-0
src/main/webapp/WEB-INF/view/template/index.jsp
with
4 additions
and
0 deletions
+4
-0
src/main/webapp/WEB-INF/view/template/index.jsp
+
4
-
0
View file @
8af6db58
...
...
@@ -169,6 +169,10 @@ var autoAssignDomain = '${autoAssignDomain }';
</div>
</div>
<!-- commonedit.js 需要的变量 -->
<script>
var
resBasePath
=
'
${STATIC_RESOURCE_PATH}
'
;
</script>
<script
src=
"/js/admin/commonedit.js?v=
<%=
G
.
VERSION
%>
"
></script>
<script
src=
"/js/admin/indexedit.js"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help