mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
82 lines
2.4 KiB
JSON
82 lines
2.4 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/bindOwner/bindOwner",
|
|
"pages/viewBindOwner/viewBindOwner",
|
|
"pages/applicationKey/applicationKey",
|
|
"pages/applicationKeyLocation/applicationKeyLocation",
|
|
"pages/applicationKeyUser/applicationKeyUser",
|
|
"pages/location/location",
|
|
"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/complaint/complaint",
|
|
"pages/complaintList/complaintList",
|
|
"pages/viewApplicationKeyUser/viewApplicationKeyUser"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#00AA00",
|
|
"navigationBarTitleText": "WeChat"
|
|
},
|
|
"tabBar": {
|
|
"color": "#272636",
|
|
"selectedColor": "#00AA00",
|
|
"backgroundColor": "#fff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/images/home.png",
|
|
"selectedIconPath": "images/home-selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/applicationKey/applicationKey",
|
|
"text": "开门",
|
|
"iconPath": "images/applicationKey.png",
|
|
"selectedIconPath": "images/applicationKey-selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的",
|
|
"iconPath": "images/my.png",
|
|
"selectedIconPath": "images/mySelected.png"
|
|
}
|
|
]
|
|
},
|
|
"networkTimeout": {
|
|
"request": 10000
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"usingComponents": {
|
|
|
|
"van-button": "lib/button/index",
|
|
"van-toast": "lib/toast/index",
|
|
"van-field": "lib/field/index",
|
|
"van-area": "lib/area/index",
|
|
"van-popup": "lib/popup/index",
|
|
"van-panel": "lib/panel/index",
|
|
"van-steps": "lib/steps/index",
|
|
"van-cell": "lib/cell/index",
|
|
"van-cell-group": "lib/cell-group/index",
|
|
"van-radio": "lib/radio/index",
|
|
"van-radio-group": "lib/radio-group/index",
|
|
"van-picker": "lib/picker/index",
|
|
"van-uploader": "lib/uploader/index",
|
|
"van-row": "lib/row/index",
|
|
"van-col": "lib/col/index",
|
|
"van-datetime-picker": "lib/datetime-picker/index"
|
|
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |