-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
66 lines (66 loc) · 1.76 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"pages": [
"pages/homepage/homepage",
"pages/home/home",
"pages/logs/logs",
"pages/index/index",
"pages/home_child1/welcome",
"custom-tab-bar/index",
"pages/home_child2/index",
"pages/home_child3/index",
"pages/zhuce/zhuce",
"pages/SKD/KDquwen",
"pages/SYS/index",
"pages/can/index",
"pages/xing/index",
"pages/ji/index",
"pages/error_page/index",
"pages/dbtest/dbtest",
"pages/dbtest2/index",
"pages/oneuseradd/oneuseradd",
"pages/twouser/twouser",
"pages/onezhuze/onezhuce",
"pages/twozhuce/twozhuce",
"pages/shangchuan/shangchaun",
"pages/delet/delet",
"pages/labmag/labmag",
"pages/addlab/addlab",
"pages/oupage/oupage",
"pages/onehome/onehome",
"pages/twohome/twohome",
"pages/twopage/twopage"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#111111s",
"selectedColor": "#003344",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home_child1/welcome",
"text": "主页",
"iconPath": "pages2/tabBar_pic/home_act.png",
"selectedIconPath": "pages2/tabBar_pic/home_no.png"
},
{
"pagePath": "pages/home_child2/index",
"text": "实验 ",
"iconPath": "pages2/tabBar_pic/laboratory_act.png",
"selectedIconPath": "pages2/tabBar_pic/laboratory_no.png"
},
{
"pagePath": "pages/home_child3/index",
"text": "我的",
"iconPath": "pages2/tabBar_pic/me_act.png",
"selectedIconPath": "pages2/tabBar_pic/me_no.png"
}
]
}
}