forked from gooking/dingzuopaidui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
58 lines (58 loc) · 1.05 KB
/
pages.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
{
"pages": [
{
"path" : "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/dati/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/about/about",
"style": {
"navigationBarTitleText": ""
}
},
{
"path" : "pages/shop/select",
"style": {
"navigationBarTitleText": "选择门店"
}
},
{
"path" : "pages/dingzuo/submit",
"style": {
"navigationBarTitleText": "填写订座信息"
}
},
{
"path" : "pages/dingzuo/success",
"style": {
"navigationBarTitleText": "订座成功"
}
},
{
"path" : "pages/fankui/index",
"style": {
"navigationBarTitleText": "吐个槽"
}
},
{
"path" : "pages/fankui/add",
"style": {
"navigationBarTitleText": "吐个槽"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
}
}