app.json
1.98 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"pages": [
"pages/businessCard/provideCard",
"pages/businessCard/buyCard",
"pages/businessCard/businessCard",
"pages/parkRecordList/recordDetail",
"pages/parkRecordList/parkRecordList",
"pages/parkPay/parkPay",
"pages/inputCarNumber/inputCarNumber",
"pages/moneyRecharge/moneyRecharge",
"pages/tabBar/component/component",
"pages/tabBar/extUI/extUI",
"pages/rechargeDetail/rechargeDetail",
"pages/rechargeDetail/outDetail",
"pages/index/index",
"pages/login/login",
"pages/setting/setting",
"pages/manuals/manuals",
"pages/aboutOur/aboutOur",
"pages/invoiceClaim/invoiceClaim",
"pages/billing/billing",
"pages/invoiceRecord/invoiceRecord",
"pages/invoiceForm/invoiceForm",
"pages/elecRecord/elecRecord",
"pages/invoicePreview/invoicePreview",
"pages/invoiceInformation/invoiceInformation",
"pages/invoiceTitle/invoiceTitle",
"pages/companyMsg/companyMsg",
"pages/addTitle/addTitle",
"pages/editTitle/editTitle",
"pages/creditRating/creditRating",
"pages/nameAuthentication/nameAuthentication"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "停车小码头",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"pageOrientation": "portrait"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#FFF",
"list": [
{
"pagePath": "pages/tabBar/component/component",
"iconPath": "static/component.png",
"selectedIconPath": "static/componentHL.png",
"text": "内置组件"
},
{
"pagePath": "pages/tabBar/extUI/extUI",
"iconPath": "static/extui.png",
"selectedIconPath": "static/extuiHL.png",
"text": "扩展组件"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "演示定位能力"
}
},
"usingComponents": {}
}