no message
This commit is contained in:
2
dist/index.html
vendored
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
@@ -72,7 +72,7 @@ export default new Vuex.Store({
|
||||
|
||||
// 获取全部板块的数据
|
||||
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;
|
||||
let allForumList = res.data
|
||||
commit('setAllForumList', allForumList)
|
||||
|
||||
Reference in New Issue
Block a user