From 1fa81f8c3c68b14e08554637eda80679f90b46ee Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期四, 23 七月 2026 14:40:43 +0800
Subject: [PATCH] 新增停止

---
 src/config/axios/service.ts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/config/axios/service.ts b/src/config/axios/service.ts
index 1381298..0a6b968 100644
--- a/src/config/axios/service.ts
+++ b/src/config/axios/service.ts
@@ -223,7 +223,9 @@
       removeToken()
       isRelogin.show = false
       // 骞叉帀token鍚庡啀璧颁竴娆¤矾鐢辫瀹冭繃router.beforeEach鐨勬牎楠�
-      window.location.href = window.location.href
+      //window.location.href = window.location.href
+      window.location.href ="/login"
+
     })
   }
   return Promise.reject(t('sys.api.timeoutMessage'))

--
Gitblit v1.9.3