From ce5e84197b43dec8c01717b116cb77535ad3c91e Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期三, 25 六月 2025 16:21:42 +0800
Subject: [PATCH] '登录注册'

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

diff --git a/src/router/index.ts b/src/router/index.ts
index af34dfd..91e06ca 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -106,7 +106,8 @@
 }
 
 /** 璺敱鐧藉悕鍗� */
-const whiteList = ["/login",'/'];
+// const whiteList = ["/login"];
+const whiteList = [];
 
 const { VITE_HIDE_HOME } = import.meta.env;
 

--
Gitblit v1.9.1