-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpages.json
96 lines (94 loc) · 2.21 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"pages": [{
"path": "pages/index/index",
"disableScroll": false,
"style": {
"navigationBarTitleText": "定制",
"disableScroll": true,
"enablePullDownRefresh": false
}
}, {
"path": "pages/show/show",
"disableScroll": false,
"style": {
"navigationBarTitleText": "作品预览"
}
}, {
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "图库",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#ffffff",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "作品",
"enablePullDownRefresh": false
}
}, {
"path": "pages/models/models",
"style": {
"navigationBarTitleText": "模型",
"enablePullDownRefresh": false
}
}, {
"path": "pages/custom-goods/custom-goods",
"style": {
"navigationBarTitleText": "订单确认",
"enablePullDownRefresh": false
}
}, {
"path": "pages/creative/creative",
"style": {
"navigationBarTitleText": "创意图片",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#ffffff",
"enablePullDownRefresh": false
}
}, {
"path": "pages/make/make",
"style": {
"navigationBarTitleText": "创意图片",
"enablePullDownRefresh": false
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "定制",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"color": "#7A7E83",
"borderStyle": "black",
"iconWidth": "15px",
"selectedColor": "#37cb7e",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/list/list",
"iconPath": "/static/tabbar/no.png",
"selectedIconPath": "/static/tabbar/yes.png",
"text": "图库"
}, {
"pagePath": "pages/index/index",
"iconPath": "/static/tabbar/no.png",
"selectedIconPath": "/static/tabbar/yes.png",
"text": "定制"
}, {
"pagePath": "pages/creative/creative",
"iconPath": "/static/tabbar/no.png",
"selectedIconPath": "/static/tabbar/yes.png",
"text": "创意"
}, {
"pagePath": "pages/user/user",
"iconPath": "/static/tabbar/no.png",
"selectedIconPath": "/static/tabbar/yes.png",
"text": "作品"
}]
}
}