33 lines
875 B
JSON
33 lines
875 B
JSON
|
{
|
||
|
"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"
|
||
|
],
|
||
|
"subPackages": [],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarBackgroundColor": "#ffffff",
|
||
|
"navigationStyle": "custom",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"backgroundTextStyle": "light"
|
||
|
},
|
||
|
"permission": {
|
||
|
"scope.userLocation": {
|
||
|
"desc": "您的位置信息,将用于定位打卡以及工地选择。"
|
||
|
}
|
||
|
},
|
||
|
"requiredPrivateInfos": [
|
||
|
"getLocation"
|
||
|
],
|
||
|
"usingComponents": {
|
||
|
"nothing-page": "/components/nothing/nothing-page",
|
||
|
"status-nav": "/components/status-nav/status-nav"
|
||
|
}
|
||
|
}
|