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