no message

This commit is contained in:
A1300399510 2024-08-09 15:06:07 +08:00
parent 7563c6c30e
commit e29e0e36b9
3 changed files with 3 additions and 3 deletions

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -72,7 +72,7 @@ export default new Vuex.Store({
// 获取全部板块的数据 // 获取全部板块的数据
getAllForum({ commit }, that) { getAllForum({ commit }, that) {
that.$http.get("/api/home/allForum?forum").then(res => { that.$http.get("/api/home/allForum?type=forum").then(res => {
if (res.code != 200) return; if (res.code != 200) return;
let allForumList = res.data let allForumList = res.data
commit('setAllForumList', allForumList) commit('setAllForumList', allForumList)