Преглед на файлове

修改:删除通知详情

安浩浩 преди 1 година
родител
ревизия
569b1b64bd
променени са 1 файла, в които са добавени 0 реда и са изтрити 12 реда
  1. 0 12
      src/router/modules/remaining.ts

+ 0 - 12
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',