From 1183b7e3baabcbb9cfabe23327583221ae083ae8 Mon Sep 17 00:00:00 2001 From: nongyehong <2439646234@qq.com> Date: Tue, 22 Oct 2024 15:07:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(view):=20:bug:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E9=A1=B5=E9=9D=A2=E6=8B=96=E5=8A=A8=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closed #25 --- src/layout/index.vue | 3 +-- src/layout/right/index.vue | 8 ++++---- src/typings/stores.d.ts | 4 ++-- src/views/homeWindow/Dynamic.vue | 7 ++++++- src/views/homeWindow/more/About.vue | 8 ++++---- src/views/homeWindow/more/settings/Foot.vue | 4 ++-- src/views/homeWindow/more/settings/LoginSetting.vue | 2 +- src/views/homeWindow/more/settings/index.vue | 7 +++++-- src/views/homeWindow/onlineStatus/index.vue | 9 +++++---- src/views/homeWindow/robot/layout/Left.vue | 6 +++--- src/views/homeWindow/robot/views/Chat.vue | 2 +- src/views/homeWindow/robot/views/Welcome.vue | 6 +++--- src/views/loginWindow/Login.vue | 10 +++++----- src/views/loginWindow/QRCode.vue | 12 ++++++------ 14 files changed, 48 insertions(+), 40 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 1d3e2ff..d58c492 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -24,7 +24,6 @@ Mitt.on(MittEnum.SHRINK_WINDOW, (event) => { }) onMounted(async () => { - const w = await getCurrentWebviewWindow() - w.show() + await getCurrentWebviewWindow().show() }) diff --git a/src/layout/right/index.vue b/src/layout/right/index.vue index 36900b9..ec551bc 100644 --- a/src/layout/right/index.vue +++ b/src/layout/right/index.vue @@ -1,6 +1,6 @@