-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
54 lines (54 loc) · 1.19 KB
/
app.json
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
{
"pages": [
"pages/SSOScanLogin/index",
"pages/SSOScanLogin/auth",
"pages/SSOScanLogin/user/bind",
"pages/SSOScanLogin/user/info",
"pages/user/index",
"pages/function/index",
"pages/include/footer",
"pages/include/aboutUs"
],
"subpackages": [
{
"name": "loginLog",
"root": "subpackage/loginLog",
"pages": [
"pages/list"
]
}
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#aaa",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/SSOScanLogin/index",
"iconPath": "/image/tabbar/home.png",
"selectedIconPath": "/image/tabbar/home_select.png",
"text": "首页"
},
{
"pagePath": "pages/function/index",
"iconPath": "/image/tabbar/function.png",
"selectedIconPath": "/image/tabbar/function_select.png",
"text": "功能"
},
{
"pagePath": "pages/user/index",
"iconPath": "/image/tabbar/user.png",
"selectedIconPath": "/image/tabbar/user_select.png",
"text": "用户"
}
]
}
}