From aad9909103473de08732b25c61c28e02f9835c9c Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Thu, 14 Sep 2023 22:45:14 +0800
Subject: [PATCH] 地图线上环境不显示问题更新

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

diff --git a/src/router/index.ts b/src/router/index.ts
index 7db93c4..ba7d69e 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -9,14 +9,14 @@
 const routes: Array<RouteRecordRaw> = [
   {
     path: '/',
-    redirect: '/' + ERouterName.LOGIN
+    redirect: '/' + ERouterName.PROJECT_LIST
   },
-  // 首页 登陆页面
-  {
-    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