zhouwx
2024-06-07 a309b65e80f3f21b5ab7c182acb9764f47c677f1
src/router/index.js
@@ -11,6 +11,13 @@
    component: () => import('@/views/Login'),
   meta: { title: '登录' },
  },
   {
      path: '/downKey',
      name: 'downKey',
      component: () => import('@/views/Admin/downLoadKey.vue'),
      meta: { title: '驱动下载' },
      hidden:true
   },
  {
    path: '/home',
    name: 'home',
@@ -41,10 +48,10 @@
       component: () => import('@/views/Admin/list'),
     },
     {
       path: '/audit',
       name: 'audit',
       path: '/dataStatistic',
       name: 'dataStatistic',
       meta: { title: '数据统计' },
       component: () => import('@/views/Admin/Audit'),
       component: () => import('@/views/Admin/dataStatistic'),
     },
      {
        path: '/notice',
@@ -100,6 +107,18 @@
         meta: { title: '原通讯录' },
         component: () => import('@/views/Admin/addressBook'),
      },
      {
         path: '/contactors',
         name: 'contactors',
         meta: { title: '责任人管理' },
         component: () => import('@/views/Admin/contactBook/contactors'),
      },
      {
         path: '/structure',
         name: 'structure',
         meta: { title: '组织架构管理' },
         component: () => import('@/views/Admin/contactBook/structure'),
      },
      {
        path: '/user',
        name: 'user',
@@ -136,6 +155,7 @@
      //    meta: { title: '菜单管理' },
      //    component: () => import('@/views/Admin/menuManage'),
      // },
    ]
  },
];