From f4b6f8d48d37e6225dc9128a6555b2db70eed690 Mon Sep 17 00:00:00 2001 From: xielei Date: Tue, 15 Oct 2024 14:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/request.js b/src/utils/request.js index e599627fb..ef1850f2e 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -43,7 +43,7 @@ async function send(url, options) { if (code === 401) { //debugger; //window.location.href = '/mgr/home';// /mgr/home /login - window.location.href = '/xfflood/#/login'; + window.location.href = '/tsg/#/login'; // window.location.hash = '#/login'; } return res.data;