页面搭建

lsf-dev
xielei 2024-10-15 14:30:53 +08:00
parent 7e93e1131e
commit f4b6f8d48d
1 changed files with 1 additions and 1 deletions

View File

@ -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;