diff --git a/src/layout/index.vue b/src/layout/index.vue index e3c246a1..7763642a 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -116,7 +116,7 @@ export default { } }, created() { - this.checkPasswordStatus() + // this.checkPasswordStatus() if (this.roles.includes("audit") || this.roles.includes("systemAdmin")) { this.connectWebSocket(); }