wujianwei
2026-03-09 16b37fa24394118e40bf9f32a0fefbb7f71483f5
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
{
  "pages": [
    "pages/beReferred/index",
    "pages/paymentList/index",
    "pages/observeLaw/index",
    "pages/signContract/index",
    "pages/acknowledgement/index",
    "pages/examine/index",
    "pages/login/index",
    "pages/travelItinerary/index",
    "pages/history/index",
    "pages/transportation/index",
    "pages/myInfo/index",
    "pages/vehicle/index",
    "pages/vehicle/list",
    "pages/auditCar/list"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "white",
    "navigationBarTitleText": "物流调度平台",
    "navigationBarBackgroundColor": "#409effc1",
    "backgroundColor": "#F8F8F8",
    "navigationStyle": "custom"
  },
  "permission": {
    "scope.userLocation": {
      "desc": "方便用户不需要手动输入地址"
    }
  },
  "requiredPrivateInfos": [
    "getLocation"
  ],
  "usingComponents": {
    "nav": "/components/nav/index"
  }
}