fix token失效提示问题

This commit is contained in:
赵霄
2024-06-25 10:31:47 +08:00
parent 42ccb5f820
commit 84ec7d9f95
+1 -1
View File
@@ -39,7 +39,7 @@ const err = (error) => {
break
}
// update-end- --- author:liusq ------ date:20200910 ---- for:处理Blob情况----
if (data.includes('Token失效')) {
if (data.message.includes('Token失效')) {
// update-begin- --- author:scott ------ date:20190225 ---- for:Token失效采用弹框模式,不直接跳转----
if (/wxwork|dingtalk/i.test(navigator.userAgent)) {
Vue.prototype.$Jmessage.loading('登录已过期,正在重新登陆', 0)