qingyiay
2023-07-13 4d7d02bbe9e91f4bdd2f45642775c320260129bc
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;