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 @@
-