From 4e04700100f90776f4889a3c8af6ffde153a7f9e Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Thu, 14 Sep 2023 23:52:19 +0800
Subject: [PATCH] 提交代码

---
 src/router/index.ts |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index ba7d69e..a09e654 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -9,14 +9,14 @@
 const routes: Array<RouteRecordRaw> = [
   {
     path: '/',
-    redirect: '/' + ERouterName.PROJECT_LIST
+    redirect: '/' + ERouterName.LOGIN
   },
   // // 首页 登陆页面
-  // {
-  //   path: '/' + ERouterName.LOGIN,
-  //   name: ERouterName.LOGIN,
-  //   component: () => import('/@/pages/page-web/index.vue')
-  // },
+  {
+    path: '/' + ERouterName.LOGIN,
+    name: ERouterName.LOGIN,
+    component: () => import('/@/pages/page-web/index.vue')
+  },
   // members, devices
   {
     path: '/' + ERouterName.HOME,

--
Gitblit v1.9.3