no message

This commit is contained in:
A1300399510 2024-08-09 14:46:53 +08:00
parent da5e80313b
commit 6501d55e4f
4 changed files with 4 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

@ -1,3 +1,4 @@
<!-- node 版本是18.20.0 -->
<template>
<div id="app">
<div class="container">

View File

@ -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)