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
a4affb0f
Commit
a4affb0f
authored
Jan 29, 2019
by
yinxr
Browse files
Signed-off-by: yinxr <2273460044@qq.com>
parent
92f04b41
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/include/head-file.ftl
View file @
a4affb0f
...
@@ -32,9 +32,9 @@
...
@@ -32,9 +32,9 @@
<script src="//cdn.jsdelivr.net/npm/sortablejs@1.7.0/Sortable.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/sortablejs@1.7.0/Sortable.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/2.17.0/vuedraggable.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/2.17.0/vuedraggable.min.js"></script>
<!--
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css">
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css">
<link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/custom-menu.css">
<link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/custom-menu.css">
<link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/message-reply.css">
-->
<link rel="stylesheet" href="$
{
base
}
/static/mweixin/css/message-reply.css">
<!--
<!--
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css">
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css">
...
@@ -43,12 +43,12 @@
...
@@ -43,12 +43,12 @@
-->
-->
<script>
<script>
//
ms.base = "$
{
base
}
";
ms.base = "$
{
base
}
";
//
ms.manager = "$
{
managerPath
}
";
ms.manager = "$
{
managerPath
}
";
ms.base = "http://192.168.0.54:82";
//
ms.base = "http://192.168.0.54:82";
ms.manager = "http://192.168.0.54:82/apis/ms";
//
ms.manager = "http://192.168.0.54:82/apis/ms";
ms.web = "http://192.168.0.54:82/apis";
//
ms.web = "http://192.168.0.54:82/apis";
//图片懒加载
//图片懒加载
Vue.use(VueLazyload,
{
Vue.use(VueLazyload,
{
error
:
ms
.base
+
'/
images
/
ic_image_deault
.png
'
,
error
:
ms
.base
+
'/
images
/
ic_image_deault
.png
'
,
...
...
src/main/webapp/WEB-INF/manager/login.ftl
View file @
a4affb0f
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
<head>
<head>
<title></title>
<title></title>
<!--
<#include "/include/head-file.ftl"/>
-->
<#include "/include/head-file.ftl"/>
<!--
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css">
-->
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css">
<!--#include virtual="include/head-file.ftl"-->
<!--#include virtual="include/head-file.ftl"-->
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css"
<!--
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css"
> -->
</head>
</head>
<body>
<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