From 98c5cf75e6b005476a0df864d1ebc78eb89e2ab7 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 28 May 2025 12:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=A6=96=E9=A1=B5=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=94=B9=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }