From f08095efa2117457f517df388bef5500d757172c Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Mon, 24 Oct 2022 13:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=A0=8F=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/setting/SettingDrawer.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/setting/SettingDrawer.vue b/src/components/setting/SettingDrawer.vue index bf4b361..11c4b11 100644 --- a/src/components/setting/SettingDrawer.vue +++ b/src/components/setting/SettingDrawer.vue @@ -26,7 +26,7 @@ - + @@ -201,8 +201,12 @@ if (this.multipage !== config.multipage) { this.$store.dispatch('ToggleMultipage', this.multipage) } + this.initData(); }, methods: { + initData(){ + this.$store.dispatch('ToggleTheme', 'dark') + }, showDrawer() { this.visible = true },