mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "HC掌上物业"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/addressList/addressList",
|
||
"style" : {
|
||
"navigationBarTitleText": "通讯录"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/my/my",
|
||
"style" : {
|
||
"navigationBarTitleText": "我的"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/login/login",
|
||
"style" : {
|
||
// "navigationBarTitleText": "请登录"
|
||
"app-plus": {
|
||
"titleNView": false,
|
||
"bounce": "none",
|
||
"scrollIndicator": "none"
|
||
},
|
||
"navigationStyle": "custom"
|
||
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/activityes/activityes",
|
||
"style" : {
|
||
"navigationBarTitleText": "小区文化"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/activityDetail/activityDetail",
|
||
"style" : {
|
||
"navigationBarTitleText": "文化详情"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "HC掌上物业",
|
||
"navigationBarBackgroundColor": "#00AA00",
|
||
"backgroundColor": "#00AA00"
|
||
},
|
||
"tabBar": {
|
||
"color": "#272636",
|
||
"selectedColor": "#00AA00",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"height": "50px",
|
||
"fontSize": "10px",
|
||
"iconWidth": "24px",
|
||
"spacing": "3px",
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/image/home.png",
|
||
"selectedIconPath": "static/image/home-selected.png",
|
||
"text": "首页"
|
||
}, {
|
||
"pagePath": "pages/addressList/addressList",
|
||
"iconPath": "static/image/addressList.png",
|
||
"selectedIconPath": "static/image/addressList-selected.png",
|
||
"text": "通讯录"
|
||
},
|
||
{
|
||
"pagePath": "pages/my/my",
|
||
"iconPath": "static/image/my.png",
|
||
"selectedIconPath": "static/image/my-selected.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
},
|
||
"networkTimeout": {
|
||
"request": 10000
|
||
}
|
||
}
|