mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
53 lines
1.4 KiB
JSON
53 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",
|
|
"pages/changeCommunity/changeCommunity"
|
|
],
|
|
"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": "sitemap20.json"
|
|
} |