Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
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
chenqikuai
fns_front_2
Commits
c7a57c71
Commit
c7a57c71
authored
Sep 27, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设置聊天显示
parent
eba443a5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
index.ts
src/router/index.ts
+3
-0
tabList.ts
src/views/withMenu/tabList.ts
+1
-0
No files found.
src/router/index.ts
View file @
c7a57c71
...
@@ -35,6 +35,9 @@ const routes: Array<RouteRecordRaw> = [
...
@@ -35,6 +35,9 @@ const routes: Array<RouteRecordRaw> = [
{
{
path
:
'/chatList'
,
path
:
'/chatList'
,
name
:
'ChatList'
,
name
:
'ChatList'
,
meta
:
{
needAuth
:
true
},
component
:
()
=>
component
:
()
=>
import
(
import
(
/* webpackChunkName: "chatList" */
'@/views/withMenu/ChatList/index.vue'
/* webpackChunkName: "chatList" */
'@/views/withMenu/ChatList/index.vue'
...
...
src/views/withMenu/tabList.ts
View file @
c7a57c71
...
@@ -13,6 +13,7 @@ export default [
...
@@ -13,6 +13,7 @@ export default [
routeName
:
'ChatList'
,
routeName
:
'ChatList'
,
icon
:
'icon-liaotian-dianji'
,
icon
:
'icon-liaotian-dianji'
,
roles
:
[
eRole
.
staff
,
eRole
.
user
],
roles
:
[
eRole
.
staff
,
eRole
.
user
],
showNotLogin
:
true
,
},
},
{
{
name
:
'贷款'
,
name
:
'贷款'
,
...
...
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