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
1fda008a
Commit
1fda008a
authored
Jun 23, 2020
by
panpp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
站点管理的bug 修复了
parent
7d09d373
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
54 deletions
+15
-54
index.ftl
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
+0
-0
index.ftl
src/main/webapp/WEB-INF/manager/index.ftl
+15
-54
No files found.
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
0 → 100644
View file @
1fda008a
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/manager/index.ftl
View file @
1fda008a
...
@@ -52,12 +52,8 @@
...
@@ -52,12 +52,8 @@
<!--头部-->
<!--头部-->
<el-header
class=
"ms-admin-header"
v-cloak
>
<el-header
class=
"ms-admin-header"
v-cloak
>
<
#
--
展示合并菜单
--
>
<
#
--
展示合并菜单
--
>
<div
class=
"ms-admin-header-menu-shrink"
@
click=
"collapseMenu = !collapseMenu"
>
<div
class=
"ms-admin-header-menu-shrink"
@
click=
"collapseMenu = !collapseMenu"
><i
class=
"iconfont"
:class=
"collapseMenu?'icon-liebiaoxiangyou':'icon-shousuo'"
></i></div>
<i
class=
"iconfont"
:class=
"collapseMenu?'icon-liebiaoxiangyou':'icon-shousuo'"
></i>
</div>
<!--头部menu-->
<!--头部menu-->
<el-menu
menu-trigger=
"hover"
class=
"ms-admin-header-menu"
background-color=
"rgba(255,255,255,1)"
<el-menu
menu-trigger=
"hover"
class=
"ms-admin-header-menu"
background-color=
"rgba(255,255,255,1)"
text-color=
"#333333"
active-text-color=
"#409EFF"
:default-active=
"headMenuActive"
text-color=
"#333333"
active-text-color=
"#409EFF"
:default-active=
"headMenuActive"
mode=
"horizontal"
>
mode=
"horizontal"
>
...
@@ -87,16 +83,8 @@
...
@@ -87,16 +83,8 @@
</div>
</div>
</el-submenu>
</el-submenu>
</el-menu>
</el-menu>
<!--头部右侧-->
<!--头部右侧-->
<div
class=
"ms-admin-mstore"
>
<div
class=
"ms-admin-mstore"
>
<div
class=
"ms-admin-mstore-menu-icon"
style=
"padding-left:20px "
@
click=
"handleMessage"
>
<el-badge
:value=
"unreadTotal>0?unreadTotal:null"
type=
"danger"
class=
"item"
style=
"z-index: 1"
>
<i
class=
"iconfont icon-lingdang"
style=
"color: #909399;"
></i>
</el-badge>
</div>
<el-menu
menu-trigger=
"hover"
class=
"ms-admin-header-menu"
background-color=
"rgba(255,255,255,1)"
<el-menu
menu-trigger=
"hover"
class=
"ms-admin-header-menu"
background-color=
"rgba(255,255,255,1)"
text-color=
"#333333"
active-text-color=
"#409EFF"
text-color=
"#333333"
active-text-color=
"#409EFF"
mode=
"horizontal"
>
mode=
"horizontal"
>
...
@@ -116,51 +104,21 @@
...
@@ -116,51 +104,21 @@
</el-menu-item>
</el-menu-item>
</el-submenu>
</el-submenu>
</el-menu>
</el-menu>
<
#
--
<
el-dropdown
trigger=
"hover"
class=
"ms-admin-login"
placement=
"top-start"
<el-dropdown
trigger=
"hover"
class=
"ms-admin-login"
placement=
"top-start"
@
visible-change=
"loginDown = !loginDown"
>
@
visible-change=
"loginDown = !loginDown"
>
<span
class=
"el-dropdown-link"
>
<span
class=
"el-dropdown-link"
>
<div
class=
"ms-admin-people-head"
<div
class=
"ms-admin-people-head"
v-text=
"peopleInfo.managerName && peopleInfo.managerName.substr(0, 2)"
></div>
v-text=
"peopleInfo.managerNickName && peopleInfo.managerNickName.substr(0, 1)"
></div>
<span
v-text=
'peopleInfo.managerName'
></span>
<span
v-text=
'peopleInfo.managerNickName'
></span>
</span>
</span>
<el-dropdown-menu
class=
"ms-admin-login-down"
slot=
"dropdown"
>
<el-dropdown-menu
class=
"ms-admin-login-down"
slot=
"dropdown"
@
click
.
native=
'openModal'
>
<el-dropdown-item
icon=
"iconfont icon-suo"
@
click
.
native=
'openModal(true)'
>
修改密码
<el-dropdown-item
icon=
"iconfont icon-suo"
>
修改密码
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
icon=
"iconfont icon-tuichu1"
>
退出
</el-dropdown-item>
<el-dropdown-item
icon=
"iconfont icon-tuichu1"
@
click
.
native=
'openModal(false)'
>
退出
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
-->
</el-dropdown>
<el-menu
menu-trigger=
"hover"
class=
"ms-admin-header-menu"
background-color=
"rgba(255,255,255,1)"
<!--mstore按钮-->
text-color=
"#333333"
active-text-color=
"#409EFF"
mode=
"horizontal"
>
<el-submenu
style=
"height: 100%;"
popper-class=
"top-operate-select"
>
<template
slot=
"title"
>
<span
class=
"el-dropdown-link"
style=
"display:flex;align-items: center;float: left"
>
<div
class=
"ms-admin-people-head adminhead"
v-text=
"peopleInfo.managerNickName && peopleInfo.managerNickName.substr(0, 1)"
></div>
<span
v-text=
'peopleInfo.managerNickName'
></span>
</span>
</template>
<el-menu-item
@
click=
"openModal(true)"
style=
"display: flex;align-items: center"
>
<i
class=
"iconfont icon-suo to-ele"
></i>
<span>
修改密码
</span>
</el-menu-item>
<
#
--
<
el-menu-item
@
click=
"subscribe"
style=
"display: flex;align-items: center"
>
-->
<
#
--
<
i
class=
"iconfont icon-erweimadenglu to-ele"
></i>
-->
<
#
--
<
span
>
微信绑定
</span>
-->
<
#
--
</
el-menu-item
>
-->
<el-menu-item
@
click=
"openModal(false)"
style=
"display: flex;align-items: center"
>
<i
class=
"iconfont icon-tuichu1 to-ele"
></i>
<span>
退出
</span>
</el-menu-item>
</el-submenu>
</el-menu>
<
#
--
<!
--mstore
按钮&
ndash
;&
gt
;
<div
class=
"ms-admin-mstore-icon"
@
click=
"open(mstore)"
>
<div
class=
"ms-admin-mstore-icon"
@
click=
"open(mstore)"
>
<span
v-if=
"mstore.syncNum>0"
v-text=
"mstore.syncNum"
></span>
<span
v-if=
"mstore.syncNum>0"
v-text=
"mstore.syncNum"
></span>
<i
style=
"line-height: 42px !important;font-size: 30px;"
class=
"iconfont icon-fenxiang2"
></i>
<i
style=
"line-height: 42px !important;font-size: 30px;"
class=
"iconfont icon-fenxiang2"
></i>
</div>
--
>
</div
>
</div>
</div>
</el-header>
</el-header>
...
@@ -523,8 +481,8 @@
...
@@ -523,8 +481,8 @@
})
})
},
},
// 打开修改密码,退出的模态框
// 打开修改密码,退出的模态框
openModal
:
function
(
edit
)
{
openModal
:
function
()
{
e
dit
?
e
vent
.
target
.
innerText
.
indexOf
(
'修改密码'
)
>
-
1
?
resetPasswordVue
.
isShow
=
true
:
this
.
exitSystem
();
resetPasswordVue
.
isShow
=
true
:
this
.
exitSystem
();
},
},
// 显示图标
// 显示图标
...
@@ -793,4 +751,7 @@
...
@@ -793,4 +751,7 @@
width
:
162px
;
width
:
162px
;
min-width
:
162px
;
min-width
:
162px
;
}
}
.ms-admin-login-down
{
top
:
55px
!important
;
}
</style>
</style>
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