兼兼街租房小程序
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.
 
 
 

89 lines
1.7 KiB

{
"easycom": {
"autoscan": true,
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"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"
},
{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText" : "搜索",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/notice/notice",
"style" :
{
"navigationBarTitleText" : "公告",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/homeDetails/homeDetails",
"style" :
{
"navigationBarTitleText" : "详情",
"enablePullDownRefresh" : false
}
}
],
"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,
}