pages/driver-page/drvier-my/drvier-my.vue
@@ -376,7 +376,7 @@ this.$refs.editRef.setRules(this.rules); }, methods: { ...mapMutations(['changeisUploadimg']), ...mapMutations(['changeisUploadimg', 'changeisLogin']), init() { this.getUserEntity(); }, @@ -532,6 +532,8 @@ }, logoutConfirm() { redirectLogin(); this.changeisLogin(false) this.$store.dispatch('websocketOnClose') }, logoutCancel() { this.logoutShow = false;