2022-11-15 10:03:13 +00:00
|
|
|
{
|
|
|
|
"pages": [
|
|
|
|
"pages/pagehome/pagehome",
|
|
|
|
"pages/worker/sign/sign",
|
|
|
|
"pages/worker/overtime/overtime",
|
|
|
|
"pages/worker/my/my",
|
|
|
|
"pages/director/sign/sign",
|
|
|
|
"pages/director/expenditure/expenditure",
|
|
|
|
"pages/director/enter/enter",
|
|
|
|
"pages/director/overtime/overtime",
|
|
|
|
"pages/login/login"
|
|
|
|
],
|
2022-11-16 10:20:26 +00:00
|
|
|
"subPackages": [
|
|
|
|
{
|
|
|
|
"root": "pagesA",
|
|
|
|
"pages": [
|
|
|
|
"information/information",
|
|
|
|
"signRecord/signRecord",
|
|
|
|
"wagesRecord/wagesRecord",
|
|
|
|
"overtimeRecord/overtimeRecord",
|
|
|
|
"overtimeEdit/overtimeEdit",
|
2022-11-18 10:33:37 +00:00
|
|
|
"singlePage/singlePage",
|
|
|
|
"enterDetail/enterDetail"
|
2022-11-16 10:20:26 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2022-11-15 10:03:13 +00:00
|
|
|
"window": {
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
"backgroundTextStyle": "light"
|
|
|
|
},
|
2022-11-16 10:20:26 +00:00
|
|
|
"preloadRule": {
|
|
|
|
"pages/worker/my/my": {
|
|
|
|
"network": "all",
|
|
|
|
"packages": [
|
|
|
|
"pagesA"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2022-11-15 10:03:13 +00:00
|
|
|
"permission": {
|
|
|
|
"scope.userLocation": {
|
|
|
|
"desc": "您的位置信息,将用于定位打卡以及工地选择。"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"requiredPrivateInfos": [
|
|
|
|
"getLocation"
|
|
|
|
],
|
|
|
|
"usingComponents": {
|
|
|
|
"nothing-page": "/components/nothing/nothing-page",
|
|
|
|
"status-nav": "/components/status-nav/status-nav"
|
|
|
|
}
|
|
|
|
}
|