This commit is contained in:
A1300399510
2023-07-20 19:27:46 +08:00
parent 8cc4549dca
commit d5c86e2038
12 changed files with 274 additions and 41 deletions

View File

@@ -9,6 +9,7 @@ export default createStore({
wechat: {}, // 微信号 二维码等数据
nav: [], // 顶部的导航数据
apartment: {}, // 公寓筛选的字段
// <<<<<<< HEAD
routeList:{
index:{
path:'/',
@@ -19,6 +20,9 @@ export default createStore({
title:'',
}
},//导航路由列表
// =======
showloginmodal: false, // 是否需要登录状态
// >>>>>>> 542e853 (提交)
},
getters: {