This commit is contained in:
xuyucheng 2022-11-10 15:30:58 +08:00
parent 8cb2c1ffd8
commit cc1ff88578
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ axios.interceptors.response.use(response => {
case 400: case 400:
break; break;
case 401: case 401:
window.location.href = "http://localhost:8083/webapp/entry_system/login" window.location.href = "http://test.fecribd.com/webapp/entry_system/login"
break; break;
case 500: case 500:
break break

View File

@ -178,7 +178,7 @@ export default {
document.cookie = "refresh_token=" + res.refresh_token; document.cookie = "refresh_token=" + res.refresh_token;
if (res.uid) { if (res.uid) {
window.location.href = window.location.href =
"http://localhost:8082/webapp/rating_manager/"; "http://test.fecribd.com/webapp/rating_manager/";
} }
}); });
} else { } else {