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;