From ec902a6920cf565db2b7c2477cfd4cea073fed68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Wed, 2 Mar 2022 22:35:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(TagsView/index.vue):=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=98=AF=E5=90=A6=E5=BC=80=E5=90=AFtagsView?= =?UTF-8?q?=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Settings/index.vue | 4 ++-- src/layout/components/TagsView/index.vue | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue index 03c97c97..1a83d509 100644 --- a/src/layout/components/Settings/index.vue +++ b/src/layout/components/Settings/index.vue @@ -10,7 +10,7 @@
开启 Tags-View - +
@@ -47,7 +47,7 @@ watch(() => state.fixedHeader, (value) => { }) watch(() => state.tagsView, (value) => { - useSettingStoreHook().changeSetting({key: 'showTagsView', value: value}) + useSettingStoreHook().changeSetting({key: 'tagsView', value: value}) }) watch(() => state.sidebarLogo, (value) => { diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index dba45188..ee50ad16 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -45,7 +45,7 @@
-