PropertyApp/unpackage/dist/dev/mp-weixin/app.json
2020-02-26 22:19:02 +08:00

52 lines
1.4 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/addressList/addressList",
"pages/my/my",
"pages/login/login",
"pages/activityes/activityes",
"pages/activityDetail/activityDetail",
"pages/notice/notice"
],
"subPackages": [],
"window": {
"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": "我的"
}
]
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"sitemapLocation": "sitemap68.json"
}