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.

170 lines
4.8 KiB

{
"pages": [
"pages/startPage/startPage",
"pages/index/index",
"pages/mine/mine",
"pages/home/home",
"pages/forgotPassword/forgotPassword",
"pages/map/map",
"pages/pend/pend",
"pages/traderList/traderList",
"pages/appRecord/appRecord",
"pages/scanCode/scanCode"
],
"subpackages": [
{
"root": "home",
"name": "home",
"pages": [
"pages/entryInfo/entryInfo",
"pages/dataScreening/dataScreening",
"pages/dataScreeningDetails/dataScreeningDetails",
"pages/viewSchema/viewSchema",
"pages/infoRegistration/infoRegistration",
"components/infor/infor",
"components/survey/survey",
"components/install/install",
"components/installHR/installHR",
"components/finish/finish",
"components/finishHR/finishHR",
"components/onGrid/onGrid",
"pages/entryInfoDetails/entryInfoDetails",
"pages/customDetails/customDetails",
"pages/install/install",
"pages/installHR/installHR",
"pages/completion/completion",
"pages/completionHR/completionHR",
"pages/bwForm/bwForm",
"pages/installOwn/installOwn",
"pages/entryInfoAudit/entryInfoAudit",
"pages/entryInfoAuditHR/entryInfoAuditHR",
"pages/acceptance/acceptance",
"pages/acceptanceBW/acceptanceBW",
"pages/acceptanceAZ/acceptanceAZ",
"pages/entryInfoBT/entryInfoBT",
"pages/surveyForm/surveyForm",
"pages/surveyFormHr/surveyFormHr",
"pages/filesForm/filesForm",
"pages/ownerForm/ownerForm",
"pages/bankCardDetail/bankCardDetail",
"pages/dispatch/dispatch",
"pages/webView/webView",
"pages/customList/customList",
"pages/3days/3days",
"pages/uploadContract/uploadContract",
"pages/installSelfAudit/installSelfAudit",
"pages/converge/converge"
]
},
{
"root": "mine",
"name": "mine",
"pages": [
"pages/customerService/customerService",
"pages/contactUs/contactUs"
]
},
{
"root": "monitor",
"name": "monitor",
"pages": [
"pages/home/home",
"pages/workOrder/order/order",
"pages/workOrder/backDetail/backDetail",
"pages/workOrder/orderDetail/orderDetail",
"pages/workOrder/orderDetail2/orderDetail2",
"pages/center/center",
"pages/station/station",
"pages/notice/notice",
"pages/noticeDetail/noticeDetail",
"pages/technicalData/technicalData",
"pages/technicaDetail/technicaDetail",
"pages/lookImg/lookImg",
"pages/settlement/settlement",
"pages/stationDetail/stationDetail",
"pages/deviceList/deviceList",
"pages/deviceDetail/deviceDetail",
"pages/materialApply/materialApply",
"pages/myMaterial/myMaterial",
"pages/addMaterial/addMaterial",
"pages/materialDetail/materialDetail",
"pages/materialUse/materialUse",
"pages/materialList/materialList"
]
},
{
"root": "other",
"name": "other",
"pages": [
"pages/infoList/infoList",
"pages/dispatch/dispatch",
"pages/qualityAcceptList/qualityAcceptList",
"pages/qualityAcceptDetail/qualityAcceptDetail",
"pages/qualityAccept/qualityAccept",
"pages/unableAccept/unableAccept",
"pages/rectification/rectification",
"pages/rectifyForm/rectifyForm"
]
}
],
"preloadRule": {
"pages/home/home": {
"network": "all",
"packages": [
"home"
]
},
"pages/mine/mine": {
"network": "all",
"packages": [
"mine"
]
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "能辉新能源",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"selectedColor": "#0a6597",
"color": "#999999",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "/img/home.png",
"selectedIconPath": "/img/home-se.png"
},
{
"pagePath": "pages/pend/pend",
"text": "待办",
"iconPath": "/img/pend.png",
"selectedIconPath": "/img/pend-se.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "/img/mine.png",
"selectedIconPath": "/img/mine-se.png"
}
]
},
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"weui": true
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于获取实时地理位置信息"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"lazyCodeLoading": "requiredComponents"
}