From 4124ccb65f8496e7b935212bb4812b45cc054120 Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期四, 06 一月 2022 17:03:07 +0800
Subject: [PATCH] 优化

---
 src/router/router.js |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/router/router.js b/src/router/router.js
index 2d41852..b630139 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -82,6 +82,15 @@
     component: () => import('@/views/error-page/500.vue')
 };
 
+export const home2 = {
+    path: '/home2',
+    meta: {
+        title: 'home'
+    },
+    name: 'home',
+    component: () => import('@/views/sys/user-manage/userManage.vue')
+};
+
 // 浣滀负Main缁勪欢鐨勫瓙椤甸潰灞曠ず浣嗘槸涓嶅湪宸︿晶鑿滃崟鏄剧ず鐨勮矾鐢卞啓鍦╫therRouter閲�
 export const otherRouter = {
     path: '/',
@@ -112,5 +121,6 @@
     otherRouter,
     ...appRouter,
     page500,
-    page403
+    page403,
+    home2
 ];

--
Gitblit v1.9.1