From e6a21b14f4ff9b239352fe493633f2264b517a6a Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Fri, 15 Sep 2023 10:38:22 +0800
Subject: [PATCH] 修改token问题,初始化走的登录页面
---
src/router/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 389fd64..c939264 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -9,7 +9,7 @@
const routes: Array<RouteRecordRaw> = [
{
path: '/',
- redirect: '/' + ERouterName.PROJECT_LIST
+ redirect: '/' + ERouterName.LOGIN
},
// // 首页 登陆页面
{
--
Gitblit v1.9.3