From 5bb5c0c4cc1227b0a3f7f4ae926a3e8324022bf9 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 19 七月 2024 14:37:01 +0800
Subject: [PATCH] 新增导入

---
 src/router/index.js |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 550d46b..d070612 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -8,9 +8,16 @@
   {
     path: '/',
     name: 'login',
-    component: () => import('@/views/Login'),
+    component: () => import('@/views/Login1'),
 	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'),
 		// },
+
     ]
   },
 ];

--
Gitblit v1.9.2