no message
This commit is contained in:
parent
da5e80313b
commit
6501d55e4f
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
@ -1,3 +1,4 @@
|
||||
<!-- node 版本是18.20.0 -->
|
||||
<template>
|
||||
<div id="app">
|
||||
<div class="container">
|
||||
|
@ -72,7 +72,7 @@ export default new Vuex.Store({
|
||||
|
||||
// 获取全部板块的数据
|
||||
getAllForum({ commit }, that) {
|
||||
that.$http.get("/api/home/allForum").then(res => {
|
||||
that.$http.get("/api/home/allForum?forum").then(res => {
|
||||
if (res.code != 200) return;
|
||||
let allForumList = res.data
|
||||
commit('setAllForumList', allForumList)
|
||||
|
Loading…
x
Reference in New Issue
Block a user