详情部分

This commit is contained in:
2023-07-20 19:03:08 +08:00
parent 4adeb65dbd
commit 8cc4549dca
14 changed files with 331 additions and 24 deletions

View File

@@ -9,7 +9,16 @@ export default createStore({
wechat: {}, // 微信号 二维码等数据
nav: [], // 顶部的导航数据
apartment: {}, // 公寓筛选的字段
routeList:[],//路由列表
routeList:{
index:{
path:'/',
title:'港校租房'
},
secondaryIndex:{
path:'',
title:'',
}
},//导航路由列表
},
getters: {