Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
a6006152
Commit
a6006152
authored
Jan 30, 2019
by
ms group dev
Browse files
前端变量优化
parent
6a397303
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/include/head-file.ftl
View file @
a6006152
...
...
@@ -41,6 +41,7 @@
<script>
ms.base = "$
{
base
}
";
ms.manager = "$
{
managerPath
}
";
ms.web = ms.base;
// ms.base = "http://192.168.0.54:85";
// ms.manager = "http://192.168.0.54:85/apis/ms";
...
...
src/main/webapp/WEB-INF/manager/login.ftl
View file @
a6006152
...
...
@@ -5,9 +5,11 @@
<title></title>
<#include "/include/head-file.ftl"/>
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css">
<!--
<!--#include virtual="include/head-file.ftl" -->
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css">
-->
</head>
<body>
...
...
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