修改资源404

This commit is contained in:
luoxj 2020-07-02 08:40:48 +08:00
parent 33df7e9f8a
commit a41d33740d
3 changed files with 1 additions and 17 deletions

View File

@ -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 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) {
var menu = {
title: title,
@ -571,7 +557,6 @@
//setInterval(this.getMessage,3000)
// 菜单列表
this.list();
// this.connect();
//获取登录用户信息
this.managerGet();
var that = this;

View File

@ -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;

View File

@ -86,7 +86,7 @@ textarea::-webkit-input-placeholder {
height: 50px;
}
.ms-header button {
height: 30px;
/*height: 30px;*/
}
.ms-pagination {
padding: 20px 0;