qingyiay
2023-07-26 c636483eef9fcdf1805f6a968914bf95255de2fc
pages/customer-page/customer-my/customer-my.vue
@@ -360,6 +360,8 @@
         },
         logoutConfirm() {
            redirectLogin();
            this.$store.commit('changeisLogin', false)
            this.$store.dispatch('websocketOnClose')
         },
         logoutCancel() {
            this.logoutShow = false;