首页数据布置到全局 瀑布流加载更多

This commit is contained in:
2023-07-13 15:07:31 +08:00
parent c8f24835d3
commit f5e9e2ec62
7 changed files with 189 additions and 92 deletions

View File

@@ -2,8 +2,12 @@ import { createStore } from 'vuex'
export default createStore({
state: {
seachTypeData:[],
indexData:[],
ListSelectBtn:[],
},
getters: {
},
mutations: {
},