forked from A13253565831/wxapp_newRestaurant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
67 lines (63 loc) · 1.75 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
67
{
"pages":[
"pages/decor/home/home",
"pages/decor/article/article",
"pages/decor/article/articleD/articleD",
"pages/decor/appoint/appoint",
"pages/decor/appoint/appointD/appointD",
"pages/decor/cartoon/cartoon",
"pages/decor/cartoon/cartoonItem/cartoonItem",
"pages/decor/cartoon/cartoonD/cartoonD",
"pages/decor/news/news",
"pages/decor/news/newsItem/newsItem",
"pages/decor/news/newsD/newsD",
"pages/decor/map/map",
"pages/decor/gallerItem/gallerItem",
"pages/decor/gallerItem/gallerD/gallerD",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#599fff",
"navigationBarTitleText": "装修",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#515151",
"selectedColor": "#599fff",
"borderStyle": "white",
"backgroundColor": "white",
"list": [
{
"pagePath": "pages/decor/home/home",
"text": "首页",
"iconPath": "images/tabbar/h.png",
"selectedIconPath": "images/tabbar/h1.png"
},
{
"pagePath": "pages/decor/appoint/appoint",
"text": "预约",
"iconPath": "images/tabbar/s.png",
"selectedIconPath": "images/tabbar/s1.png"
},
{
"pagePath": "pages/decor/cartoon/cartoon",
"text": "图库",
"iconPath": "images/tabbar/t.png",
"selectedIconPath": "images/tabbar/t1.png"
},
{
"pagePath": "pages/decor/news/news",
"text": "资讯",
"iconPath": "images/tabbar/z.png",
"selectedIconPath": "images/tabbar/z1.png"
},
{
"pagePath": "pages/decor/map/map",
"text": "位置",
"iconPath": "images/tabbar/w.png",
"selectedIconPath": "images/tabbar/w1.png"
}
]
}
}