详情部分
This commit is contained in:
@@ -9,7 +9,16 @@ export default createStore({
|
||||
wechat: {}, // 微信号 二维码等数据
|
||||
nav: [], // 顶部的导航数据
|
||||
apartment: {}, // 公寓筛选的字段
|
||||
routeList:[],//路由列表
|
||||
routeList:{
|
||||
index:{
|
||||
path:'/',
|
||||
title:'港校租房'
|
||||
},
|
||||
secondaryIndex:{
|
||||
path:'',
|
||||
title:'',
|
||||
}
|
||||
},//导航路由列表
|
||||
},
|
||||
getters: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user