This commit is contained in:
2023-05-14 15:18:37 +08:00
parent a760319b5a
commit 4fa69569ef

View File

@@ -63,7 +63,7 @@ export default {
this.$store.dispatch('setUserInfo', JSON.stringify(obj)) this.$store.dispatch('setUserInfo', JSON.stringify(obj))
this.$router.push('/home') this.$router.push('/home')
} else { } else {
this.toast(res.desc) this.Dialog(res.desc)
} }
this.disabled = false this.disabled = false
} catch (err) { } catch (err) {