From afa8e958957476d1a5b7f70c62a63f9a0589dc7d Mon Sep 17 00:00:00 2001 From: 5g0Wp7Zy Date: Fri, 8 Aug 2025 11:00:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ebike-operate/src/views/SysManage/AccountManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebike-operate/src/views/SysManage/AccountManage/index.vue b/ebike-operate/src/views/SysManage/AccountManage/index.vue index 746e7a8..cec06b9 100644 --- a/ebike-operate/src/views/SysManage/AccountManage/index.vue +++ b/ebike-operate/src/views/SysManage/AccountManage/index.vue @@ -124,7 +124,7 @@ import config from '@/utils/config.js' import { getGUID } from '@/utils/tools' import AccountManage from '@/views/form/accountmanage/AccountManage.vue' import { getCache } from '@/utils/authority' -const open = ref(true) +const open = ref(false) const openTitle = ref('') const modalKey = ref(getGUID()) const formModel = ref(null)