From c73b39b071ffeff153136d14780bf4731dccee64 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 13:38:31 +0800
Subject: [PATCH] gx页面初始化
---
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 c6ddb39..084aced 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -40,7 +40,7 @@
// 看看有没有toke
const token = Session.get('token')
console.log(!token)
- if (to.path === '/login') {
+ if (to.path === '/login'|| to.path === '/HomeLoading'){
next()
} else {
--
Gitblit v1.8.0