马宇豪
2023-10-31 c7bd1a3fd46b5d5f887ce4f674387294ee1e8ccd
src/router/index.js
@@ -31,7 +31,7 @@
     {
       path: '/release',
       name: 'release',
       meta: { title: '我发布的' },
       meta: { title: '本级发出' },
       component: () => import('@/views/Admin/release'),
     },
     {
@@ -94,6 +94,12 @@
       meta: { title: '平级接收人管理' },
       component: () => import('@/views/Admin/sameLevel'),
     },
      {
         path: '/addressBook',
         name: 'addressBook',
         meta: { title: '原通讯录' },
         component: () => import('@/views/Admin/addressBook'),
      },
      {
        path: '/user',
        name: 'user',
@@ -106,6 +112,12 @@
         meta: { title: '短信平台设置' },
         component: () => import('@/views/Admin/smsSetting'),
      },
      {
         path: '/reactionManage',
         name: 'reactionManage',
         meta: { title: '响应措施管理' },
         component: () => import('@/views/Admin/reactionManage'),
      },
      // {
      //    path: '/menu',
      //    name: 'menu',