qingyiay
2023-07-11 0c3e40c399a00fe6405f7b9a79eb1c93b7cc660e
pages/customer-page/customer-my/customer-my.vue
@@ -360,11 +360,11 @@
         },
         logoutConfirm() {
            redirectLogin();
            this.$store.commit('changeisLogin', false)
            this.$store.dispatch('websocketOnClose')
         },
         logoutCancel() {
            this.logoutShow = false;
            this.$store.commit('changeisLogin', false)
            this.$store.dispatch('websocketOnClose')
         },
         // 跳转用户管理页面
         userManage() {