[fix] enhance not show result

This commit is contained in:
yuexin 2024-04-23 16:54:00 +08:00
parent 967babba88
commit 0c90819cfc

View File

@ -214,13 +214,9 @@ export default {
await this.$store.dispatch('user/fetchUserState')
localStorage.removeItem(storeageKey)
clearInterval(serTimeId)
} else if (errcode !== 14) {
// ,
this.isLoading = false;
this.$emit('handleClose')
// this.$message.error(errmsg)
clearInterval(serTimeId)
} else if (errcode !== 13) {
} else if (errcode === 13){
//nothing to do
}else {
// ,
this.isLoading = false;
this.$emit('handleClose')