Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
ac7a3ef1
Commit
ac7a3ef1
authored
Oct 18, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
417983f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
getMenuList.ts
src/views/Root/getMenuList.ts
+8
-8
No files found.
src/views/Root/getMenuList.ts
View file @
ac7a3ef1
...
@@ -305,6 +305,14 @@ export const menuList: iMenuConfigItem[] = [
...
@@ -305,6 +305,14 @@ export const menuList: iMenuConfigItem[] = [
roles
:
[
eRole
.
platform_management
],
roles
:
[
eRole
.
platform_management
],
},
},
{
{
getName
:
()
=>
'聊天管理'
,
onClick
:
(
e
:
Event
)
=>
{},
routeName
:
'chat'
,
path
:
'/backend/chat'
,
component
:
()
=>
import
(
'@/views/Root/Chat/index.vue'
),
roles
:
[
eRole
.
superManager
],
},
{
getName
:
()
=>
'安全设置'
,
getName
:
()
=>
'安全设置'
,
onClick
:
(
e
:
Event
)
=>
{},
onClick
:
(
e
:
Event
)
=>
{},
component
:
()
=>
import
(
'@/views/Root/Security/index.vue'
),
component
:
()
=>
import
(
'@/views/Root/Security/index.vue'
),
...
@@ -357,14 +365,6 @@ export const menuList: iMenuConfigItem[] = [
...
@@ -357,14 +365,6 @@ export const menuList: iMenuConfigItem[] = [
],
],
},
},
{
{
getName
:
()
=>
'聊天管理'
,
onClick
:
(
e
:
Event
)
=>
{},
routeName
:
'chat'
,
path
:
'/backend/chat'
,
component
:
()
=>
import
(
'@/views/Root/Chat/index.vue'
),
roles
:
[
eRole
.
superManager
],
},
{
getName
:
()
=>
'发布活动内容'
,
getName
:
()
=>
'发布活动内容'
,
routeName
:
'publishActivity'
,
routeName
:
'publishActivity'
,
hiddeInMenu
:
true
,
hiddeInMenu
:
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