mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
86 lines
2.6 KiB
JSON
86 lines
2.6 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/my/myHouse",
|
|
"pages/bindOwner/bindOwner",
|
|
"pages/viewBindOwner/viewBindOwner",
|
|
"pages/viewCommunitys/viewCommunitys",
|
|
"pages/applicationKey/applicationKey",
|
|
"pages/applicationKeyLocation/applicationKeyLocation",
|
|
"pages/applicationKeyUser/applicationKeyUser",
|
|
"pages/applicationKeyProgress/applicationKeyProgress",
|
|
"pages/myApplicationKey/myApplicationKey",
|
|
"pages/visitorApplicationKey/visitorApplicationKey",
|
|
"pages/location/location",
|
|
"pages/openDoor/openDoor",
|
|
"pages/my/my",
|
|
"pages/notice/index",
|
|
"pages/notice/detail/detail",
|
|
"pages/repairList/repairList",
|
|
"pages/repair/repair",
|
|
"pages/repairList/detail/detail",
|
|
"pages/family/family",
|
|
"pages/familyList/familyList",
|
|
"pages/complaintList/complaintList",
|
|
"pages/viewApplicationKeyUser/viewApplicationKeyUser",
|
|
"pages/complaint/complaint",
|
|
"pages/viewComplaint/viewComplaint",
|
|
"pages/payParkingFeeList/payParkingFeeList",
|
|
"pages/payParkingFee/payParkingFee",
|
|
"pages/my/myHouseDetail",
|
|
"pages/activites/activites",
|
|
"pages/activitesDetail/activitesDetail",
|
|
"pages/roomFeeList/roomFeeList",
|
|
"pages/roomFee/roomFee",
|
|
"pages/login/login",
|
|
"pages/myRepair/myRepair",
|
|
"pages/settings/settings",
|
|
"pages/register/register",
|
|
"pages/payFeeDetail/payFeeDetail",
|
|
"pages/myProperty/myProperty",
|
|
"pages/viewAdmin/viewAdmin",
|
|
"pages/market/market",
|
|
"pages/newJunk/newJunk",
|
|
"pages/myJunk/myJunk",
|
|
"pages/showlogin/showlogin"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#00AA00",
|
|
"navigationBarTitleText": "益掌通"
|
|
},
|
|
"tabBar": {
|
|
"color": "#272636",
|
|
"selectedColor": "#00AA00",
|
|
"backgroundColor": "#fff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/images/home.png",
|
|
"selectedIconPath": "static/images/home-selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/market/market",
|
|
"text": "市场",
|
|
"iconPath": "static/images/market.png",
|
|
"selectedIconPath": "static/images/market-selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的",
|
|
"iconPath": "static/images/my.png",
|
|
"selectedIconPath": "static/images/mySelected.png"
|
|
}
|
|
]
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"usingComponents": {},
|
|
"sitemapLocation": "sitemap85.json"
|
|
} |