update 处理内部用户登录地址跳转IAM登录页

This commit is contained in:
赵霄
2023-11-07 11:17:06 +08:00
parent c62976848d
commit b91ba45205
10 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const err = (error) => {
break
}
// update-end- --- author:liusq ------ date:20200910 ---- for:处理Blob情况----
if (token && data.includes('Token失效')) {
if (data.includes('Token失效')) {
// update-begin- --- author:scott ------ date:20190225 ---- for:Token失效采用弹框模式,不直接跳转----
if (/wxwork|dingtalk/i.test(navigator.userAgent)) {
Vue.prototype.$Jmessage.loading('登录已过期,正在重新登陆', 0)