You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.6 KiB
61 lines
1.6 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login/login",
|
|
"pages/myInfo/myInfo",
|
|
"pages/overview/overview"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "package",
|
|
"pages": [
|
|
"polling/polling",
|
|
"polling/inspectionRecordDetail/inspectionRecordDetail",
|
|
"basic/basic",
|
|
"startInspection/startInspection",
|
|
"inspectionInput/inspectionInput",
|
|
"troubleshooting/index"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#1979ff",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#2F54FF",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "images/tabBar/icon_polling.png",
|
|
"selectedIconPath": "images/tabBar/icon_polling_active.png",
|
|
"text": "巡检总览"
|
|
},
|
|
{
|
|
"pagePath": "pages/overview/overview",
|
|
"iconPath": "images/tabBar/icon_menu.png",
|
|
"selectedIconPath": "images/tabBar/icon_menu_active.png",
|
|
"text": "工作台"
|
|
},
|
|
{
|
|
"pagePath": "pages/myInfo/myInfo",
|
|
"iconPath": "images/tabBar/icon_person.png",
|
|
"selectedIconPath": "images/tabBar/icon_person_active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|