修改:删除通知详情
parent
35b97b1ec0
commit
569b1b64bd
|
@ -591,18 +591,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||||
},
|
},
|
||||||
component: () => import('@/views/im/Conversation/index.vue'),
|
component: () => import('@/views/im/Conversation/index.vue'),
|
||||||
children: [
|
children: [
|
||||||
{
|
|
||||||
// 会话详情
|
|
||||||
path: 'informDetails',
|
|
||||||
name: 'InformDetails',
|
|
||||||
meta: {
|
|
||||||
title: '通知详情',
|
|
||||||
noCache: true,
|
|
||||||
hidden: true,
|
|
||||||
noTagsView: true
|
|
||||||
},
|
|
||||||
component: () => import('@/views/im/InformDetails/index.vue')
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
//聊天对话框
|
//聊天对话框
|
||||||
path: 'message',
|
path: 'message',
|
||||||
|
|
Loading…
Reference in New Issue