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
fe65622e
Commit
fe65622e
authored
Jan 30, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: yinxr <2273460044@qq.com>
parent
b0d1a228
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
index.ftl
src/main/webapp/WEB-INF/manager/index.ftl
+7
-3
No files found.
src/main/webapp/WEB-INF/manager/index.ftl
View file @
fe65622e
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
<html>
<html>
<head>
<head>
<title></title>
<title></title>
<
#
include
"/
include
/
head-file
.
ftl
"
/>
<
!-- <
#include "/include/head-file.ftl"/>
<#include "/reset-password.ftl"/>
<#include "/reset-password.ftl"/>
<
#
include
"/
exit-system
.
ftl
"
/>
<#include "/exit-system.ftl"/>
-->
<link
rel=
"stylesheet"
href=
"${base}/static/ms-admin/4.7.0/css/index.css"
>
<link
rel=
"stylesheet"
href=
"${base}/static/ms-admin/4.7.0/css/index.css"
>
<!--#include virtual="include/head-file.ftl" -->
<!--#include virtual="include/head-file.ftl" -->
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
:collapse-transition=
'true'
:collapse-transition=
'true'
:unique-opened=
'true'
:unique-opened=
'true'
ref=
'menu'
ref=
'menu'
:default-openeds=
'subMenuList'
>
>
<el-submenu
<el-submenu
:index=
"i+''"
:index=
"i+''"
...
@@ -161,6 +162,7 @@
...
@@ -161,6 +162,7 @@
peopleInfo
:{
peopleInfo
:{
managerName
:
''
//账号
managerName
:
''
//账号
},
},
subMenuList
:[],
//
},
},
watch
:{
watch
:{
menuList
:
function
(
n
,
o
){
menuList
:
function
(
n
,
o
){
...
@@ -172,6 +174,9 @@
...
@@ -172,6 +174,9 @@
parentMenuList
:
function
(
n
,
o
){
parentMenuList
:
function
(
n
,
o
){
this
.
mainParentMenuList
=
n
.
slice
(
0
,
5
);
this
.
mainParentMenuList
=
n
.
slice
(
0
,
5
);
},
},
subMenuList
:
function
(
n
,
o
){
console
.
log
(
'zicai'
,
n
);
}
},
},
methods
:
{
methods
:
{
// 菜单列表
// 菜单列表
...
@@ -252,7 +257,6 @@
...
@@ -252,7 +257,6 @@
},
},
// 打开修改密码,退出的模态框
// 打开修改密码,退出的模态框
openModal
:
function
(){
openModal
:
function
(){
console
.
log
(
'event.target'
,
event
.
target
.
innerText
);
event
.
target
.
innerText
.
indexOf
(
'修改密码'
)
>-
1
event
.
target
.
innerText
.
indexOf
(
'修改密码'
)
>-
1
?
resetPasswordVue
.
isShow
=
true
:
exitSystemVue
.
isShow
=
true
?
resetPasswordVue
.
isShow
=
true
:
exitSystemVue
.
isShow
=
true
}
}
...
...
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