PropertyApp/pages.json
2020-02-27 02:05:19 +08:00

115 lines
2.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "文化详情"
}
}
,{
"path" : "pages/notice/notice",
"style" : {
"navigationBarTitleText": "公告"
}
}
,{
"path" : "pages/changeCommunity/changeCommunity",
"style" : {
"navigationBarTitleText": "切换小区"
}
}
,{
"path" : "pages/userInfo/userInfo",
"style" : {
"navigationBarTitleText": "个人信息"
}
}
,{
"path" : "pages/changePwd/changePwd",
"style" : {
"navigationBarTitleText": "修改密码"
}
}
,{
"path" : "pages/notice/detail/noticeDetail",
"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
}
}