Commit fca57956 by zhaochengxiang

外网环境

parent d5978ce5
......@@ -89,9 +89,9 @@ const callback = resp => {
if (resp.status === 401) {
showMessage('warn', 'session过期,请重新登录!');
//外网
// window.location.href="/center-home/view/login"
window.location.href="/center-home/view/login"
//内网
window.location.href="/api/auth/login"
// window.location.href="/api/auth/login"
return null;
}
else if (resp.status !== 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment