页面搭建
parent
7e93e1131e
commit
f4b6f8d48d
|
|
@ -43,7 +43,7 @@ async function send(url, options) {
|
||||||
if (code === 401) {
|
if (code === 401) {
|
||||||
//debugger;
|
//debugger;
|
||||||
//window.location.href = '/mgr/home';// /mgr/home /login
|
//window.location.href = '/mgr/home';// /mgr/home /login
|
||||||
window.location.href = '/xfflood/#/login';
|
window.location.href = '/tsg/#/login';
|
||||||
// window.location.hash = '#/login';
|
// window.location.hash = '#/login';
|
||||||
}
|
}
|
||||||
return res.data;
|
return res.data;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue