app.json
1.57 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
{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/analysis/index",
"pages/passenger/index",
"pages/manage/index",
"pages/my/index",
"pages/list/mallList",
"pages/list/floorList"
],
"subPackages": [],
"window": {
"titleNView": false,
"navigationBarTextStyle": "black",
"navigationBarTitleText": "演示",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"text": "首页"
},
{
"pagePath": "pages/analysis/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"text": "综合分析"
},
{
"pagePath": "pages/passenger/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"text": "精准客流"
},
{
"pagePath": "pages/manage/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"text": "后台管理"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"text": "我的"
}
]
},
"splashscreen": {
"alwaysShowBeforeRender": true,
"autoclose": false
},
"appname": "app"
}