diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 0b31227..9e3dde4 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -22,13 +22,6 @@ const tagsViewStore = useTagsViewStore(); // 随机动画集合 const animante = ref(''); const animationEnable = ref(useSettingsStore().animationEnable); -watch( - () => tagsViewStore.cachedViews, - (val) => { - console.log(val); - }, - { deep: true } -); watch( () => useSettingsStore().animationEnable, (val: boolean) => {