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
a41d3374
Commit
a41d3374
authored
Jul 02, 2020
by
luoxj
Browse files
修改资源404
parent
33df7e9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/index.ftl
View file @
a41d3374
...
...
@@ -192,8 +192,6 @@
collapseMenu
:
false
,
//菜单折叠,
false
不折叠
currentTab
:
'工作台'
,
//当前激活
tab
的
name
tabIndex
:
1
,
//
markList
:
//
['项目管理'
,
'组织管理'
,
'客户管理'
,
'合同管理'
,
'印章管理'
,
'绩效管理'
,
'权限管理'
,
'系统设置']
,
markList
:
[
{
title
:
"权限管理"
,
icon
:
"icon-wode"
,
hide
:
true
},
{
title
:
"系统设置"
,
icon
:
"icon-xitongguanli"
,
hide
:
true
},
...
...
@@ -310,18 +308,6 @@
})
},
<#-
-connect
:
function
()
{
-
->
<#--
var
that
=
this--
>
<#--
var
sockjs
=
new
S
ockJS
(
"/websocket"
)
;-
->
<#--
var
stompClient
=
S
tomp
.over
(
sockjs
)
;-
->
<#--
stompClient
.connect
({},
function
(
frame
)
{
-
->
<#--
stompClient
.subscribe
(
'/
topic
/
message
/'
+$
{
S
ession
.manager_session.managerId
},
function
(
greeting
)
{
-
->
<#--
if
(
greeting
.body
==
"list"
)
{
-
->
<#--
that
.getMessage
()
-
->
<#--
}
-
->
<#--
})
;-
->
<#--
})
;-
->
<#--
},
-
->
markMenu
:
function
(
title
,
icon
)
{
var
menu
=
{
title
:
title
,
...
...
@@ -571,7 +557,6 @@
//
setInterval
(
this
.getMessage
,
3000
)
//
菜单列表
this
.list
()
;
//
this
.connect
()
;
//获取登录用户信息
this
.managerGet
()
;
var
that
=
this
;
...
...
src/main/webapp/static/ms-admin/5.0.0/css/app.css
View file @
a41d3374
...
...
@@ -134,7 +134,6 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
.ms-index
.el-menu
{
border-right
:
none
;
background-color
:
unset
;
height
:
calc
(
100vh
-
141px
);
}
.ms-index
.el-menu-item
{
white-space
:
nowrap
;
...
...
src/main/webapp/static/ms-admin/5.0.0/css/index.css
View file @
a41d3374
...
...
@@ -86,7 +86,7 @@ textarea::-webkit-input-placeholder {
height
:
50px
;
}
.ms-header
button
{
height
:
30px
;
/*
height: 30px;
*/
}
.ms-pagination
{
padding
:
20px
0
;
...
...
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