1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
| {
| "pages": [
| "pages/notice/notice",
| "pages/index/index",
| "pages/login/login",
| "pages/answer/answer",
| "pages/userinfo/userinfo",
| "pages/visitorApplication/visitorApplication",
| "pages/visitorApproval/visitorApproval",
| "pages/laborApplication/laborApplication",
| "pages/applicationRecord/applicationRecord",
| "pages/personnel/personnel",
| "pages/newPersonnel/newPersonnel",
| "pages/changePassword/changePassword",
| "pages/appointmentDetails/appointmentDetails"
| ],
| "subPackages": [
| {
| "root": "n_pages",
| "pages": [
| "login/login",
| "index/index",
| "applicationRecord/applicationRecord",
| "visitorApproval/visitorApproval",
| "visitorApplication/visitorApplication"
| ]
| }
| ],
| "window": {
| "navigationBarTextStyle": "black",
| "navigationBarTitleText": "",
| "navigationBarBackgroundColor": "#ffffff",
| "backgroundColor": "#ffffff"
| },
| "requiredPrivateInfos": [
| "getLocation",
| "chooseLocation"
| ],
| "permission": {
| "scope.userLocation": {
| "desc": "用于获取周边房源位置"
| }
| },
| "usingComponents": {}
| }
|
|