no message
This commit is contained in:
parent
7563c6c30e
commit
e29e0e36b9
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user