app.json
1.39 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
{
"pages": [
"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"
],
"subPackages": [],
"window": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"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": {}
}