浏览代码

update 白屏问题待检测

LiuHao 1 年之前
父节点
当前提交
efeff40f2e
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      src/layout/components/AppMain.vue

+ 0 - 7
src/layout/components/AppMain.vue

@@ -22,13 +22,6 @@ const tagsViewStore = useTagsViewStore();
 // 随机动画集合
 const animante = ref<string>('');
 const animationEnable = ref(useSettingsStore().animationEnable);
-watch(
-  () => tagsViewStore.cachedViews,
-  (val) => {
-    console.log(val);
-  },
-  { deep: true }
-);
 watch(
   () => useSettingsStore().animationEnable,
   (val: boolean) => {