[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') await this.$store.dispatch('user/fetchUserState')
localStorage.removeItem(storeageKey) localStorage.removeItem(storeageKey)
clearInterval(serTimeId) clearInterval(serTimeId)
} else if (errcode !== 14) { } else if (errcode === 13){
// , //nothing to do
this.isLoading = false; }else {
this.$emit('handleClose')
// this.$message.error(errmsg)
clearInterval(serTimeId)
} else if (errcode !== 13) {
// , // ,
this.isLoading = false; this.isLoading = false;
this.$emit('handleClose') this.$emit('handleClose')