-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
62 lines (61 loc) · 1.69 KB
/
app.json
File metadata and controls
62 lines (61 loc) · 1.69 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
{
"pages":[
"pages/index/index",
"pages/home/home",
"pages/device/status",
"pages/device/configure",
"pages/device/configure/success",
"pages/device/wifilist",
"pages/logs/logs",
"pages/manage/manage",
"pages/manage/member/list",
"pages/manage/user/list",
"pages/manage/user/create",
"pages/manage/user/user",
"pages/manage/partner/list",
"pages/manage/partner/create",
"pages/manage/partner/partner",
"pages/manage/device/list",
"pages/manage/device/create",
"pages/manage/use",
"pages/manage/account",
"pages/profile/profile",
"pages/profile/treats",
"pages/profile/credits",
"pages/profile/commissions",
"pages/profile/devicemanagers",
"pages/profile/price",
"pages/profile/experience/experiences",
"pages/profile/experience/create",
"pages/profile/report"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#353535",
"navigationBarTitleText": "通络吧",
"navigationBarTextStyle":"white"
},
"tabBar": {
"selectedColor": "#1098a6",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "res/images/tab_home.png",
"selectedIconPath": "res/images/tab_home_selected.png"
},
{
"pagePath": "pages/manage/manage",
"text": "管理",
"iconPath": "res/images/tab_manage.png",
"selectedIconPath": "res/images/tab_manage_selected.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "res/images/tab_profile.png",
"selectedIconPath": "res/images/tab_profile_selected.png"
}
]
}
}