列表底部组件,和通知弹窗样式

This commit is contained in:
A1300399510
2023-07-13 19:31:51 +08:00
parent 42495d8e5e
commit fbfae2d4fc
9 changed files with 99 additions and 56 deletions

View File

@@ -2,14 +2,15 @@ import { createStore } from 'vuex'
export default createStore({
state: {
seachTypeData:[],
indexData:[],
ListSelectBtn:[],
user:{},
nav:[],
seachTypeData: [],
indexData: [],
ListSelectBtn: [],
user: {}, // 我的信息数据
wechat: {}, // 微信号 二维码等数据
nav: [], // 顶部的导航数据
},
getters: {
},
mutations: {
},