qingyiay
2023-07-26 f3288edb3b2f0e0e89cc28d719a1f83462459f33
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() {