Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
a41d3374
Commit
a41d3374
authored
Jul 02, 2020
by
luoxj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改资源404
parent
33df7e9f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
17 deletions
+1
-17
index.ftl
src/main/webapp/WEB-INF/manager/index.ftl
+0
-15
app.css
src/main/webapp/static/ms-admin/5.0.0/css/app.css
+0
-1
index.css
src/main/webapp/static/ms-admin/5.0.0/css/index.css
+1
-1
No files found.
src/main/webapp/WEB-INF/manager/index.ftl
View file @
a41d3374
...
@@ -192,8 +192,6 @@
...
@@ -192,8 +192,6 @@
collapseMenu
:
false
,
//菜单折叠,false不折叠
collapseMenu
:
false
,
//菜单折叠,false不折叠
currentTab
:
'工作台'
,
//当前激活tab的name
currentTab
:
'工作台'
,
//当前激活tab的name
tabIndex
:
1
,
tabIndex
:
1
,
// markList:
// ['项目管理', '组织管理', '客户管理', '合同管理', '印章管理', '绩效管理', '权限管理', '系统设置'],
markList
:
[
markList
:
[
{
title
:
"权限管理"
,
icon
:
"icon-wode"
,
hide
:
true
},
{
title
:
"权限管理"
,
icon
:
"icon-wode"
,
hide
:
true
},
{
title
:
"系统设置"
,
icon
:
"icon-xitongguanli"
,
hide
:
true
},
{
title
:
"系统设置"
,
icon
:
"icon-xitongguanli"
,
hide
:
true
},
...
@@ -310,18 +308,6 @@
...
@@ -310,18 +308,6 @@
})
})
},
},
<
#
--
connect
:
function
()
{
-->
<
#
--
var
that
=
this
-->
<
#
--
var
sockjs
=
new
SockJS
(
"/websocket"
);
-->
<
#
--
var
stompClient
=
Stomp
.
over
(
sockjs
);
-->
<
#
--
stompClient
.
connect
({},
function
(
frame
)
{
-->
<
#
--
stompClient
.
subscribe
(
'/topic/message/'
+
$
{
Session
.
manager_session
.
managerId
},
function
(
greeting
)
{
-->
<
#
--
if
(
greeting
.
body
==
"list"
)
{
-->
<
#
--
that
.
getMessage
()
-->
<
#
--
}
-->
<
#
--
});
-->
<
#
--
});
-->
<
#
--
},
-->
markMenu
:
function
(
title
,
icon
)
{
markMenu
:
function
(
title
,
icon
)
{
var
menu
=
{
var
menu
=
{
title
:
title
,
title
:
title
,
...
@@ -571,7 +557,6 @@
...
@@ -571,7 +557,6 @@
//setInterval(this.getMessage,3000)
//setInterval(this.getMessage,3000)
// 菜单列表
// 菜单列表
this
.
list
();
this
.
list
();
// this.connect();
//获取登录用户信息
//获取登录用户信息
this
.
managerGet
();
this
.
managerGet
();
var
that
=
this
;
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;}
...
@@ -134,7 +134,6 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
.ms-index
.el-menu
{
.ms-index
.el-menu
{
border-right
:
none
;
border-right
:
none
;
background-color
:
unset
;
background-color
:
unset
;
height
:
calc
(
100vh
-
141px
);
}
}
.ms-index
.el-menu-item
{
.ms-index
.el-menu-item
{
white-space
:
nowrap
;
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 {
...
@@ -86,7 +86,7 @@ textarea::-webkit-input-placeholder {
height
:
50px
;
height
:
50px
;
}
}
.ms-header
button
{
.ms-header
button
{
height
:
30px
;
/*height: 30px;*/
}
}
.ms-pagination
{
.ms-pagination
{
padding
:
20px
0
;
padding
:
20px
0
;
...
...
Write
Preview
Markdown
is supported
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