兼兼街租房小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

60 lines
1.2 KiB

{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},{
"path": "pages/index/ihome"
},{
"path": "pages/index/icone"
},
{
"path": "pages/pusher/housea"
},{
"path": "pages/pusher/houseb"
},{
"path": "pages/pusher/article"
},
{
"path": "pages/login/login"
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "兼兼街",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": false
},
"navigationStyle": "custom"
}
,
"tabBar": {
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"color": "#808080",
"selectedColor": "#1B55E2",
"list": [
{
"iconPath": "static/tarbar/indexu.png",
"selectedIconPath": "static/tarbar/index.png",
"text": "",
"pagePath": "pages/index/index"
},{
"iconPath": "static/tarbar/fabuu.png",
"selectedIconPath": "static/tarbar/fabu.png",
"text": "",
"pagePath": "pages/index/icone"
},{
"iconPath": "static/tarbar/myu.png",
"selectedIconPath": "static/tarbar/my.png",
"text": "",
"pagePath": "pages/index/ihome"
}]
}
// "navigationStyle":"custom",
// "disableScroll": true,
}