fix: 增加包码 msg
This commit is contained in:
parent
2ecb339f15
commit
f5e4233ed6
|
@ -167,15 +167,15 @@
|
||||||
} else {
|
} else {
|
||||||
if (res.code == 403) {
|
if (res.code == 403) {
|
||||||
if (this.backAble) {
|
if (this.backAble) {
|
||||||
this.tip(message, 2, '关闭');
|
this.tip(res.message, 2, '关闭');
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = localStorage.getItem('entryLink');
|
window.location.href = localStorage.getItem('entryLink');
|
||||||
}, 3000);
|
}, 3000);
|
||||||
} else {
|
} else {
|
||||||
this.tip(message, 2, '关闭');
|
this.tip(res.message, 2, '关闭');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.tip(message, 2, '关闭');
|
this.tip(res.message, 2, '关闭');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue