From 569b1b64bd1767ecf80ab37ef1e32447868642be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=B5=A9=E6=B5=A9?= <1036606149@qq.com> Date: Thu, 23 May 2024 21:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index d4e129f3..4480d14c 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -591,18 +591,6 @@ const remainingRouter: AppRouteRecordRaw[] = [ }, component: () => import('@/views/im/Conversation/index.vue'), children: [ - { - // 会话详情 - path: 'informDetails', - name: 'InformDetails', - meta: { - title: '通知详情', - noCache: true, - hidden: true, - noTagsView: true - }, - component: () => import('@/views/im/InformDetails/index.vue') - }, { //聊天对话框 path: 'message',