Commit c7a57c71 authored by chenqikuai's avatar chenqikuai

设置聊天显示

parent eba443a5
......@@ -35,6 +35,9 @@ const routes: Array<RouteRecordRaw> = [
{
path: '/chatList',
name: 'ChatList',
meta: {
needAuth: true
},
component: () =>
import(
/* webpackChunkName: "chatList" */ '@/views/withMenu/ChatList/index.vue'
......
......@@ -13,6 +13,7 @@ export default [
routeName: 'ChatList',
icon: 'icon-liaotian-dianji',
roles: [eRole.staff, eRole.user],
showNotLogin: true,
},
{
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