Blame view

pages.json 5.54 KB
4b045f7c   刘淇   江阴初始化项目
1
  {
48e03f64   chenbiao   add
2
3
4
5
  	"leftWindow": {
  		"path": "windows/left-window.vue",
  		"style": {
  			"width": "350px"
48ab2c65   chenbiao   add 首页 设置 发票申领
6
  		}
48e03f64   chenbiao   add
7
8
9
10
11
  	},
  	"topWindow": {
  		"path": "windows/top-window.vue",
  		"style": {
  			"height": "60px"
48ab2c65   chenbiao   add 首页 设置 发票申领
12
  		}
48e03f64   chenbiao   add
13
14
15
  	},
  	"pages": [
  		// pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
752e0b8b   刘淇   登陆
16
  		{
904a46e0   刘淇   卡券购买下单
17
  			"path": "pages/businessCard/businessCard",
75b91c08   刘淇   卡券发放
18
  			"style": {
904a46e0   刘淇   卡券购买下单
19
  				"navigationBarTitleText": "商户卡券"
75b91c08   刘淇   卡券发放
20
21
  			}
  		},
904a46e0   刘淇   卡券购买下单
22
  
75b91c08   刘淇   卡券发放
23
  		{
904a46e0   刘淇   卡券购买下单
24
  			"path": "pages/businessCard/buyCard",
75b91c08   刘淇   卡券发放
25
  			"style": {
904a46e0   刘淇   卡券购买下单
26
  				"navigationBarTitleText": "商户卡券购买"
75b91c08   刘淇   卡券发放
27
28
  			}
  		},
904a46e0   刘淇   卡券购买下单
29
  
75b91c08   刘淇   卡券发放
30
  		{
bc3fbd76   刘淇   商户券明细
31
  			"path": "pages/businessCard/cardDetail",
ca970168   刘淇   商户券明细
32
  			"style": {
bc3fbd76   刘淇   商户券明细
33
  				"navigationBarTitleText": "商户卡券明细",
ca970168   刘淇   商户券明细
34
35
  				"enablePullDownRefresh": true
  			}
ca970168   刘淇   商户券明细
36
  		},
9bac797d   刘淇   卡券发放
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  
  		{
  			"path": "pages/businessCard/provideCard",
  			"style": {
  				"navigationBarTitleText": "商户卡券发放"
  			}
  		},
  		{
  			"path": "pages/businessCard/printCard",
  			"style": {
  				"navigationBarTitleText": "商户卡券打印"
  			}
  		},
  
  
  
  
  
ca970168   刘淇   商户券明细
55
  		{
bc3fbd76   刘淇   商户券明细
56
  			"path": "pages/rechargeDetail/rechargeDetail",
df5a06e0   刘淇   商户券明细
57
  			"style": {
0b55ba4d   chenbiao   add 余额明细 接口联调
58
  				"navigationBarTitleText": "余额明细",
df5a06e0   刘淇   商户券明细
59
60
  				"enablePullDownRefresh": true
  			}
bc3fbd76   刘淇   商户券明细
61
  
df5a06e0   刘淇   商户券明细
62
  		},
bc3fbd76   刘淇   商户券明细
63
  
df5a06e0   刘淇   商户券明细
64
  		{
15d5c692   chenbiao   add pages
65
  			"path": "pages/index/index",
752e0b8b   刘淇   登陆
66
  			"style": {
15d5c692   chenbiao   add pages
67
  				"navigationBarTitleText": "商户管理"
752e0b8b   刘淇   登陆
68
69
  			}
  		},
fc8d2d1a   刘淇   打印
70
  		{
15d5c692   chenbiao   add pages
71
  			"path": "pages/parkRecordList/parkRecordList",
fc8d2d1a   刘淇   打印
72
  			"style": {
15d5c692   chenbiao   add pages
73
  				"navigationBarTitleText": "停车记录"
fc8d2d1a   刘淇   打印
74
75
  			}
  		},
752e0b8b   刘淇   登陆
76
77
78
79
80
81
82
83
84
  
  		{
  			"path": "pages/login/login",
  			"style": {
  				"navigationBarTitleText": "商户中心",
  				"enablePullDownRefresh": false
  			}
  
  		},
48e03f64   chenbiao   add
85
  		{
e133a83d   chenbiao   add 接口文档更新
86
  			"path": "pages/businessCard/cardPrint",
2f02d40c   chenbiao   add 登录页面数据接口联调
87
  			"style": {
e133a83d   chenbiao   add 接口文档更新
88
  				"navigationBarTitleText": "卡券打印"
2f02d40c   chenbiao   add 登录页面数据接口联调
89
90
  			}
  		},
e133a83d   chenbiao   add 接口文档更新
91
  
36884ffd   刘淇   打印
92
  
75b91c08   刘淇   卡券发放
93
  
9bac797d   刘淇   卡券发放
94
  
75b91c08   刘淇   卡券发放
95
  
df5a06e0   刘淇   商户券明细
96
  
6805d8d5   刘淇   商户券明细
97
  		{
48e03f64   chenbiao   add
98
99
100
101
102
  			"path": "pages/parkRecordList/recordDetail",
  			"style": {
  				"navigationBarTitleText": "订单详情"
  			}
  		},
752e0b8b   刘淇   登陆
103
  
48e03f64   chenbiao   add
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
  		{
  			"path": "pages/parkPay/parkPay",
  			"style": {
  				"navigationBarTitleText": "支付"
  			}
  		},
  		{
  			"path": "pages/inputCarNumber/inputCarNumber",
  			"style": {
  				"navigationBarTitleText": "停车缴费"
  			}
  		},
  		{
  			"path": "pages/moneyRecharge/moneyRecharge",
  			"style": {
93c5ecb3   chenbiao   add 添加filter.js 设...
119
  				"navigationBarTitleText": "我的钱包"
48e03f64   chenbiao   add
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
  			}
  		},
  		{
  			"path": "pages/tabBar/component/component",
  			"style": {
  				"navigationBarTitleText": "内置组件",
  				"app-plus": {
  					"bounce": "vertical",
  					"titleNView": {
  						"buttons": [{
  							"text": "\ue534",
  							"fontSrc": "/static/uni.ttf",
  							"fontSize": "22px",
  							"color": "#FFFFFF"
  						}]
  					}
  				}
  			}
  		},
  		{
  			"path": "pages/tabBar/extUI/extUI",
  			"style": {
  				"navigationBarTitleText": "扩展组件",
  				"app-plus": {
  					"titleNView": {
  						"buttons": [{
  							"text": "\ue534",
  							"fontSrc": "/static/uni.ttf",
  							"fontSize": "22px",
  							"color": "#FFFFFF"
  						}]
  					}
  				}
  			}
  		},
df5a06e0   刘淇   商户券明细
155
  
48e03f64   chenbiao   add
156
157
158
159
160
161
  		{
  			"path": "pages/rechargeDetail/outDetail",
  			"style": {
  				"navigationBarTitleText": "账单详情"
  			}
  		},
752e0b8b   刘淇   登陆
162
  		 {
48e03f64   chenbiao   add
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
  			"path": "pages/setting/setting",
  			"style": {
  				"navigationBarTitleText": "设置",
  				"enablePullDownRefresh": false
  			}
  
  		}, {
  			"path": "pages/manuals/manuals",
  			"style": {
  				"navigationBarTitleText": "使用指南",
  				"enablePullDownRefresh": false
  			}
  
  		}, {
  			"path": "pages/aboutOur/aboutOur",
  			"style": {
  				"navigationBarTitleText": "关于我们",
  				"enablePullDownRefresh": false
  			}
  
  		},
  		{
  			"path": "pages/invoiceClaim/invoiceClaim",
  			"style": {
  				"navigationBarTitleText": "发票申领",
  				"enablePullDownRefresh": false
  			}
  
  		}, {
  			"path": "pages/billing/billing",
  			"style": {
  				"navigationBarTitleText": "发票申领",
  				"enablePullDownRefresh": false
  			}
  
  		}, {
  			"path": "pages/invoiceRecord/invoiceRecord",
  			"style": {
  				"navigationBarTitleText": "开票历史",
  				"enablePullDownRefresh": false
  			}
  
  		}, {
  			"path": "pages/invoiceForm/invoiceForm",
  			"style": {
  				"navigationBarTitleText": "开票历史",
  				"enablePullDownRefresh": false
  			}
  
  		}, {
  			"path": "pages/elecRecord/elecRecord",
  			"style": {
  				"navigationBarTitleText": "电子包含记录",
  				"enablePullDownRefresh": false
  			}
  
  		}, {
  			"path": "pages/invoicePreview/invoicePreview",
  			"style": {
  				"navigationBarTitleText": "发票预览",
  				"enablePullDownRefresh": false
  			}
  
e133a83d   chenbiao   add 接口文档更新
226
227
228
229
230
231
  		}, {
  			"path": "pages/invoiceInformation/invoiceInformation",
  			"style": {
  				"navigationBarTitleText": "开票信息确认",
  				"enablePullDownRefresh": false
  			}
6f829172   刘淇   Merge branch 'bra...
232
  
e133a83d   chenbiao   add 接口文档更新
233
234
235
236
237
238
  		}, {
  			"path": "pages/invoiceTitle/invoiceTitle",
  			"style": {
  				"navigationBarTitleText": "发票抬头",
  				"enablePullDownRefresh": false
  			}
6f829172   刘淇   Merge branch 'bra...
239
  
e133a83d   chenbiao   add 接口文档更新
240
241
242
243
244
245
  		}, {
  			"path": "pages/companyMsg/companyMsg",
  			"style": {
  				"navigationBarTitleText": "详情",
  				"enablePullDownRefresh": false
  			}
6f829172   刘淇   Merge branch 'bra...
246
  
e133a83d   chenbiao   add 接口文档更新
247
248
249
250
251
252
  		}, {
  			"path": "pages/addTitle/addTitle",
  			"style": {
  				"navigationBarTitleText": "添加抬头",
  				"enablePullDownRefresh": false
  			}
6f829172   刘淇   Merge branch 'bra...
253
  
e133a83d   chenbiao   add 接口文档更新
254
255
256
257
258
259
  		}, {
  			"path": "pages/editTitle/editTitle",
  			"style": {
  				"navigationBarTitleText": "编辑抬头",
  				"enablePullDownRefresh": false
  			}
6f829172   刘淇   Merge branch 'bra...
260
  
e133a83d   chenbiao   add 接口文档更新
261
262
263
264
265
266
  		}, {
  			"path": "pages/creditRating/creditRating",
  			"style": {
  				"navigationBarTitleText": "信用等级",
  				"enablePullDownRefresh": false
  			}
6f829172   刘淇   Merge branch 'bra...
267
  
e133a83d   chenbiao   add 接口文档更新
268
269
270
271
272
273
  		}, {
  			"path": "pages/nameAuthentication/nameAuthentication",
  			"style": {
  				"navigationBarTitleText": "实名认证",
  				"enablePullDownRefresh": false
  			}
6f829172   刘淇   Merge branch 'bra...
274
  
e133a83d   chenbiao   add 接口文档更新
275
276
  		}
  	],
48e03f64   chenbiao   add
277
278
  	"globalStyle": {
  		"navigationBarTextStyle": "black",
2f02d40c   chenbiao   add 登录页面数据接口联调
279
  		"navigationBarTitleText": "江阴慧停车",
48e03f64   chenbiao   add
280
281
282
283
284
285
286
287
288
289
  		"navigationBarBackgroundColor": "#F8F8F8",
  		"backgroundColor": "#F8F8F8",
  		"pageOrientation": "portrait",
  		"mp-360": {
  			"navigationStyle": "custom"
  		},
  		"h5": {
  			"maxWidth": 1190,
  			"navigationBarTextStyle": "black",
  			"navigationBarBackgroundColor": "#F1F1F1"
48ab2c65   chenbiao   add 首页 设置 发票申领
290
  		}
48e03f64   chenbiao   add
291
  	}
e133a83d   chenbiao   add 接口文档更新
292
  
237535d0   刘淇   江阴初始化项目
293
  }