zhouwenxuan
2024-03-14 81f81c71400e29f705c2e3cb171ab5ee9371f138
src/router/index.js
@@ -112,6 +112,24 @@
         meta: { title: '短信平台设置' },
         component: () => import('@/views/Admin/smsSetting'),
      },
      {
         path: '/reactionManage',
         name: 'reactionManage',
         meta: { title: '响应措施管理' },
         component: () => import('@/views/Admin/reactionManage'),
      },
      {
         path: '/appfile',
         name: 'appfile',
         meta: { title: 'App版本信息' },
         component: () => import('@/views/Admin/appFile.vue'),
      },
      {
         path: '/samelevelGroup',
         name: 'samelevelGroup',
         meta: { title: '平级接收人分组' },
         component: () => import('@/views/Admin/sameLevelGroup.vue'),
      },
      // {
      //    path: '/menu',
      //    name: 'menu',