no message

This commit is contained in:
A1300399510
2024-05-30 10:55:53 +08:00
parent 983ec684ce
commit 3df8333302
4 changed files with 5 additions and 4 deletions

View File

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