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-12-08 10:07:45 +00:00
|
|
|
"singlePage/singlePage"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pagesB",
|
|
|
|
"pages": [
|
|
|
|
"enterDetail/enterDetail",
|
|
|
|
"worker/worker",
|
2023-01-14 03:15:59 +00:00
|
|
|
"workerDetail/workerDetail",
|
|
|
|
"evaluateRecord/evaluateRecord",
|
2022-12-08 10:07:45 +00:00
|
|
|
"repair/repair",
|
2022-12-09 09:56:41 +00:00
|
|
|
"quitApply/quitApply",
|
2022-12-08 10:07:45 +00:00
|
|
|
"notick/notick"
|
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"
|
|
|
|
}
|
|
|
|
}
|