no message

This commit is contained in:
A1300399510
2024-05-30 10:48:20 +08:00
parent 725786811a
commit 983ec684ce
8 changed files with 7 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ export default {
mounted() {
// console.log(new Date());
this.$store.dispatch("fetchHistoricalSearch") // 获取历史搜索记录
console.log("初始化");
this.$store.dispatch("getAllForum", this) // 获取全部板块
// this.isJudgePc()

View File

@@ -123,7 +123,7 @@ export default {
if (this.allForumList.length != 0) this.handleFavoriteHeadList()
},
immediate: true
immediate: true
},
},
mounted() {