Quellcode durchsuchen

update 白屏问题待检测

LiuHao vor 1 Jahr
Ursprung
Commit
efeff40f2e
1 geänderte Dateien mit 0 neuen und 7 gelöschten Zeilen
  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) => {