pages.json
5.8 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/home/home",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/booking/booking",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/aboutSphere/aboutSphere",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/mall/mall",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/arenaDetail/arenaDetail",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/arenaDetail/vipRecharge",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/morePhotos/morePhotos",
"style" :
{
"navigationBarTitleText" : "场馆照片",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/moreComment/moreComment",
"style" :
{
"navigationBarTitleText" : "球馆评论",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/comfirmOrder/comfirmOrder",
"style" :
{
"navigationBarTitleText" : "确认订单",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/timeBooking/timeBooking",
"style" :
{
"navigationBarTitleText" : "选时订场",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/paysuccess/paysuccess",
"style" :
{
"navigationBarTitleText" : "支付成功",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/aboutBalls/aboutBalls",
"style" :
{
"navigationBarTitleText" : "发起约球",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/aboutBallsDetail/aboutBallsDetail",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/editInfo/editInfo",
"style" :
{
"navigationBarTitleText" : "编辑信息",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/myOrder/myOrder",
"style" :
{
"navigationBarTitleText" : "我的订单",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/myWallet/myWallet",
"style" :
{
"navigationBarTitleText" : "我的钱包",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/moneyEdit/moneyEdit",
"style" :
{
"navigationBarTitleText" : "金额操作",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/operateSuccess/operateSuccess",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/register/register",
"style" :
{
"navigationBarTitleText" : "注册",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/applyRefund/applyRefund",
"style" :
{
"navigationBarTitleText" : "申请退款",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/orderEvaluate/orderEvaluate",
"style" :
{
"navigationBarTitleText" : "订单评价",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/home/coachHome",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "pages/home/organHome",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
// "tabBar": {
// "color": "#888888",
// "selectedColor": "#FFA100",
// "borderStyle": "black",
// "backgroundColor": "#ffffff",
// "list": [{
// "pagePath": "pages/home/home",
// "iconPath": "static/tabbar/House.png",
// "selectedIconPath": "static/tabbar/House_active.png",
// "text": "首页"
// }, {
// "pagePath": "pages/booking/booking",
// "iconPath": "static/tabbar/Timer.png",
// "selectedIconPath": "static/tabbar/Timer_active.png",
// "text": "订场"
// }, {
// "pagePath": "pages/aboutSphere/aboutSphere",
// "iconPath": "static/tabbar/Basketball.png",
// "selectedIconPath": "static/tabbar/Basketball_active.png",
// "text": "约球"
// }, {
// "pagePath": "pages/mall/mall",
// "iconPath": "static/tabbar/shopping.png",
// "selectedIconPath": "static/tabbar/shopping_active.png",
// "text": "商城"
// },{
// "pagePath": "pages/my/my",
// "iconPath": "static/tabbar/SmileyBlank.png",
// "selectedIconPath": "static/tabbar/SmileyWink_active.png",
// "text": "我的"
// }]
// },
"globalStyle": {
// #ifdef H5
// "navigationStyle": "custom",
"maxWidth": 750,
"rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
"rpxCalcBaseDeviceWidth": 560, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
"rpxCalcIncludeWidth": 9999, // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
// #endif
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "dark"
},
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"uniIdRouter": {}
}