From 57ffebab5fded6f5236bd1b40c4b4e7a6d4ae07f Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 31 Jul 2024 09:50:09 +0800
Subject: [PATCH] 驱动下载
---
src/router/index.js | 38 +++++++++++++++++++++++++++++++++++---
1 files changed, 35 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 2b8b413..f8e86ef 100644
--- a/src/router/index.js
+++ b/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',
@@ -118,12 +137,25 @@
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',
// meta: { title: '菜单管理' },
// component: () => import('@/views/Admin/menuManage'),
// },
+
]
},
];
--
Gitblit v1.9.2