From 0147a3efd0e3294130c183fe63bb43258e75820e Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 28 Oct 2024 19:07:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/XPackDisplaySettingDialog.vue | 2 +- ui/src/views/authentication/component/EditModal.vue | 8 +++++--- ui/src/views/authentication/component/SCAN.vue | 2 +- ui/src/views/login/components/dingtalkQrCode.vue | 12 +++++++++--- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue index 4acd0fa29..67f7c2882 100644 --- a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue +++ b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue @@ -5,7 +5,7 @@ v-model="dialogVisible" :close-on-click-modal="false" :close-on-press-escape="false" - destroy-on-close + :destroy-on-close="true" align-center class="display-setting-dialog" > diff --git a/ui/src/views/authentication/component/EditModal.vue b/ui/src/views/authentication/component/EditModal.vue index 6c429485c..3c0a7b478 100644 --- a/ui/src/views/authentication/component/EditModal.vue +++ b/ui/src/views/authentication/component/EditModal.vue @@ -1,6 +1,6 @@ template