From 271361c3aac3a872728d3b1424bc0d736e0985b2 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期二, 24 六月 2025 15:00:56 +0800 Subject: [PATCH] '首页' --- 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 af34dfd..40689c3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -106,7 +106,7 @@ } /** 璺敱鐧藉悕鍗� */ -const whiteList = ["/login",'/']; +const whiteList = []; const { VITE_HIDE_HOME } = import.meta.env; -- Gitblit v1.9.1