Commit 3667e6cd by zhaochengxiang

深地铁url

parent 52022658
...@@ -88,7 +88,7 @@ const callback = resp => { ...@@ -88,7 +88,7 @@ const callback = resp => {
if (resp.status === 401) { if (resp.status === 401) {
showMessage('warn', 'session过期,请重新登录!'); showMessage('warn', 'session过期,请重新登录!');
window.location.href = isSzseEnv?"/api/auth/oauth/login":"/center-home/view/login" window.location.href = isSzseEnv?"https://idm.shenzhenmc.com/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=http://10.37.54.154:8080/api/auth/oauth/login&redirectToLogin=true&entityId=sjzcmugl":"/center-home/view/login"
return null; return null;
} }
......
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