qingyiay
2023-07-11 0c3e40c399a00fe6405f7b9a79eb1c93b7cc660e
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;