Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
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
zong
Compass
Commits
e9b3464a
Commit
e9b3464a
authored
Jan 02, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f20d92ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
compass_db_schema.xlsx
doc/DB/compass_db_schema.xlsx
+0
-0
管理端功能列表.xlsx
doc/管理端功能列表.xlsx
+0
-0
menu.inc
src/manager/templates/menu.inc
+5
-1
No files found.
doc/DB/compass_db_schema.xlsx
View file @
e9b3464a
No preview for this file type
doc/管理端功能列表.xlsx
View file @
e9b3464a
No preview for this file type
src/manager/templates/menu.inc
View file @
e9b3464a
...
...
@@ -96,10 +96,11 @@ a:hover{
<el-submenu
index=
"4"
>
<template
slot=
"title"
>
<i
class=
"el-icon-menu"
></i>
<span>
账户管理
</span>
<span>
系统设定
</span>
</template>
<el-menu-item-group>
<el-menu-item
index=
"4-1"
@
click=
"fn8()"
>
账户管理
</el-menu-item>
<el-menu-item
index=
"4-2"
@
click=
"fn9()"
>
领导机构
</el-menu-item>
</el-menu-item-group>
</el-submenu>
</el-menu>
...
...
@@ -140,6 +141,9 @@ a:hover{
},
fn8
(){
window
.
location
.
href
=
'account_list.php'
},
fn9
(){
window
.
location
.
href
=
'government_list.php'
}
}
})
...
...
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