Commit c7a57c71 authored by chenqikuai's avatar chenqikuai

设置聊天显示

parent eba443a5
...@@ -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'
......
...@@ -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: '贷款',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment