Blame view

pages.json 13.2 KB
290144e9   易尊强   第一次
1
2
3
4
5
6
  {
  	"easycom": {
  		"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  		"^ncc-(.*)": "@/components/ncc/ncc-$1/index.vue"
  	},
  	"pages": [
8c5ff8ba   “wangming”   updatemap
7
  
290144e9   易尊强   第一次
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
  		{
  			"path": "pages/home/home",
  			"style": {
  				"navigationStyle": "custom"
  			}
  		},
  		{
  			"path": "pages/news/news",
  			"style": {
  				"navigationBarTitleText": "新闻信息",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
  		}, {
  			"path": "pages/my/my",
  			"style": {
  				"navigationStyle": "custom"
  			}
  		}, {
  			"path": "pages/GoodsDetails/GoodsDetails",
  			"style": {
  				"navigationBarTitleText": "产品详情",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
  		}, {
  			"path": "pages/ArticleDetails/ArticleDetails",
  			"style": {
  				"navigationBarTitleText": "需求详情",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
37
  		},
290144e9   易尊强   第一次
38
39
40
41
42
43
  		{
  			"path": "pages/supply/supply",
  			"style": {
  				"navigationBarTitleText": "供应中心",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
44
  		},
290144e9   易尊强   第一次
45
46
47
48
49
50
  		{
  			"path": "pages/datain/datain",
  			"style": {
  				"navigationBarTitleText": "数据填报",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
51
  		}, {
290144e9   易尊强   第一次
52
53
54
55
56
  			"path": "pages/policy/policy",
  			"style": {
  				"navigationBarTitleText": "政策法规",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
57
  		}, {
290144e9   易尊强   第一次
58
59
60
61
62
  			"path": "pages/notice/notice",
  			"style": {
  				"navigationBarTitleText": "公示公告",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
63
  		}, {
290144e9   易尊强   第一次
64
65
66
67
68
69
70
71
72
73
74
75
  			"path": "pages/construct/construct",
  			"style": {
  				"navigationBarTitleText": "党的建设",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
  		},
  		{
  			"path": "pages/conDetail/conDetail",
  			"style": {
  				"navigationBarTitleText": "",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
76
  		}, {
290144e9   易尊强   第一次
77
78
79
80
81
  			"path": "pages/data/data",
  			"style": {
  				"navigationBarTitleText": "数据填报",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
82
  		}, {
290144e9   易尊强   第一次
83
84
85
86
87
  			"path": "pages/Feedback/Feedback",
  			"style": {
  				"navigationBarTitleText": "我要办事",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
88
  		}, {
290144e9   易尊强   第一次
89
90
91
92
93
  			"path": "pages/map/map",
  			"style": {
  				"navigationBarTitleText": "企业地图",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
94
  		}, {
290144e9   易尊强   第一次
95
96
97
98
99
  			"path": "pages/demand/demand",
  			"style": {
  				"navigationBarTitleText": "需求中心",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
100
  		}, {
290144e9   易尊强   第一次
101
102
103
104
105
  			"path": "pages/official/official",
  			"style": {
  				"navigationBarTitleText": "公文办理",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
106
  		}, {
290144e9   易尊强   第一次
107
108
109
110
111
  			"path": "pages/neighbor/neighbor",
  			"style": {
  				"navigationBarTitleText": "邻居计划",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
112
  		}, {
290144e9   易尊强   第一次
113
114
115
116
117
  			"path": "pages/talent/talent",
  			"style": {
  				"navigationBarTitleText": "人才服务",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
8c5ff8ba   “wangming”   updatemap
118
  		}, {
290144e9   易尊强   第一次
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
  			"path": "pages/equip/equip",
  			"style": {
  				"navigationBarTitleText": "机构",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
  		},
  		{
  			"path": "pages/launch/index",
  			"style": {
  				"app-plus": {
  					"titleNView": false,
  					"bounce": "none"
  				}
  			}
  		},
  		{
  			"path": "pages/tbDrugIftForm/index",
  			"style": {
  				"app-plus": {
  					"titleNView": false,
  					"bounce": "none"
  				}
  			}
  		},
  		{
  			"path": "pages/tbDrugIftForm/form",
  			"style": {
  				"app-plus": {
  					"titleNView": false,
  					"bounce": "none"
  				}
  			}
  		},
  		// #ifdef APP-PLUS
  		{
  			"path": "pages/launch/policy",
  			"style": {
  				"navigationBarTitleText": "",
  				"app-plus": {
  					"titleNView": false,
  					"bounce": "none"
  				}
  			}
  		},
  		{
  			"path": "pages/launch/guide",
  			"style": {
  				"navigationBarTitleText": "",
  				"app-plus": {
  					"titleNView": false,
  					"bounce": "none"
  				}
  			}
  		},
  		// #endif
  		{
  			"path": "pages/index/index",
  			"style": {
  				"navigationBarTitleText": "消息",
  				"app-plus": {
  					//#ifdef APP-PLUS
  					"titleNView": {
  						"buttons": [{
  							"fontSize": "22px",
  							"color": "#a0a0a0",
  							"fontSrc": "/static/iconfont.ttf",
  							"text": "\ue6bd"
  						}]
  					}
  					//#endif
  				}
  			}
  		},
  		{
  			"path": "pages/login/index",
  			"style": {
  				"navigationStyle": "custom",
  				"app-plus": {
  					"titleNView": false,
  					"bounce": "none"
  				}
  			}
  		},
  		{
  			"path": "pages/index/workFlow",
  			"style": {
  				"navigationBarTitleText": "协同"
  			}
  		},
  		{
  			"path": "pages/index/apply",
  			"style": {
  				"navigationBarTitleText": "应用"
  			}
  		},
  		{
  			"path": "pages/index/contacts",
  			"style": {
  				"navigationBarTitleText": "通讯录"
  			}
  		},
  		{
  			"path": "pages/index/my",
  			"style": {
  				"navigationBarTitleText": "",
  				"app-plus": {
  					"bounce": "none"
  				}
  			}
  		},
  		{
  			"path": "pages/my/personalData/index",
  			"style": {
  				"navigationBarTitleText": "",
  				"app-plus": {
  					"bounce": "none"
  				}
  			}
  		},
  		{
  			"path": "pages/form/index"
  		},
  		{
8c5ff8ba   “wangming”   updatemap
242
243
244
245
  			"path": "pages/policyDetail/policyDetail",
  			"style": {
  				"navigationBarTitleText": "政策详情",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
246
247
248
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
249
250
  			"path": "pages/newsDetail/newsDetail",
  			"style": {
46dd6078   易尊强   人才搜索
251
  				"navigationBarTitleText": "新闻/公示公告详情",
8c5ff8ba   “wangming”   updatemap
252
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
253
254
255
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
256
257
258
259
  			"path": "pages/talentDetail/talentDetail",
  			"style": {
  				"navigationBarTitleText": "职位详情",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
260
261
262
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
263
264
265
266
  			"path": "pages/allCompany/allCompany",
  			"style": {
  				"navigationBarTitleText": "企业",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
267
268
269
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
270
271
272
273
  			"path": "pages/companyDetail/companyDetail",
  			"style": {
  				"navigationBarTitleText": "企业详情",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
274
275
276
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
277
278
279
280
  			"path": "pages/postTalent/postTalent",
  			"style": {
  				"navigationBarTitleText": "人才招聘发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
281
282
283
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
284
285
286
287
  			"path": "pages/fileLook/fileLook",
  			"style": {
  				"navigationBarTitleText": "信息回执",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
288
289
290
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
291
292
293
294
  			"path": "pages/postProduct/postProduct",
  			"style": {
  				"navigationBarTitleText": "发布产品",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
295
296
297
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
298
299
300
301
  			"path": "pages/postDemand/postDemand",
  			"style": {
  				"navigationBarTitleText": "发布需求",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
302
303
304
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
305
306
307
308
  			"path": "pages/postCon/postCon",
  			"style": {
  				"navigationBarTitleText": "党的建设发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
309
310
311
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
312
313
314
315
  			"path": "pages/my/myPro/myPro",
  			"style": {
  				"navigationBarTitleText": "发布产品列表",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
316
317
318
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
319
320
321
322
  			"path": "pages/my/myDemand/myDemand",
  			"style": {
  				"navigationBarTitleText": "发布需求列表",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
323
324
325
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
326
327
328
329
  			"path": "pages/my/myZhao/myZhao",
  			"style": {
  				"navigationBarTitleText": "发布招聘列表",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
330
331
332
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
333
334
335
336
  			"path": "pages/postNotice/postNotice",
  			"style": {
  				"navigationBarTitleText": "公式公告发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
337
338
339
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
340
341
342
343
  			"path": "pages/postNews/postNews",
  			"style": {
  				"navigationBarTitleText": "新闻发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
344
345
346
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
347
348
349
350
  			"path": "pages/postPolicy/postPolicy",
  			"style": {
  				"navigationBarTitleText": "政策发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
351
352
353
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
354
355
356
357
  			"path": "pages/recommend/recommend",
  			"style": {
  				"navigationBarTitleText": "人才推介",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
358
359
360
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
361
362
363
364
  			"path": "pages/recommend/postRecommend/postRecommend",
  			"style": {
  				"navigationBarTitleText": "人才推介发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
365
366
367
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
368
369
370
371
  			"path": "pages/recommend/recommendInfo/recommendInfo",
  			"style": {
  				"navigationBarTitleText": "人才信息",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
372
  			}
132aa3e8   易尊强   ss
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
  		},
  		{
  			"path" : "pages/postCompany/postCompany",
  			"style" : 
  			{
  				"navigationBarTitleText" : "企业信息表单采集",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/my/myCom/myCom",
  			"style" : 
  			{
  				"navigationBarTitleText" : "发布企业列表",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/my/myComdetail/myComdetail",
  			"style" : 
  			{
  				"navigationBarTitleText" : "",
  				"enablePullDownRefresh" : false
  			}
bd028579   易尊强   2/28
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
  		},
  		{
  			"path" : "pages/official/grouping/grouping",
  			"style" : 
  			{
  				"navigationBarTitleText" : "自定义分组",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/chooseCom/chooseCom",
  			"style" : 
  			{
  				"navigationBarTitleText" : "选择通知企业",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/my/messageList/messageList",
  			"style" : 
  			{
  				"navigationBarTitleText" : "我的消息通知",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/tellInfo/tellInfo",
  			"style" : 
  			{
  				"navigationBarTitleText" : "通知详情填写",
  				"enablePullDownRefresh" : false
  			}
5bbfac44   易尊强   28号下午提交
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
  		},
  		{
  			"path" : "pages/Feedback/reponseAppeal/reponseAppeal",
  			"style" : 
  			{
  				"navigationBarTitleText" : "诉求信息",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/my/userReponse/userReponse",
  			"style" : 
  			{
  				"navigationBarTitleText" : "诉求列表",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/my/adminMessageList/adminMessageList",
  			"style" : 
  			{
  				"navigationBarTitleText" : "管理员信息列表",
  				"enablePullDownRefresh" : false
  			}
80d8fbe3   易尊强   2/29下午
453
454
455
456
457
458
459
460
  		},
  		{
  			"path" : "pages/Feedback/userAppeal/userAppeal",
  			"style" : 
  			{
  				"navigationBarTitleText" : "诉求信息",
  				"enablePullDownRefresh" : false
  			}
290144e9   易尊强   第一次
461
  		}
8c5ff8ba   “wangming”   updatemap
462
  
290144e9   易尊强   第一次
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
  		// {
  		// 	"path" : "apis/supply/supply",
  		// 	"style" : 
  		// 	{
  		// 		"navigationBarTitleText" : "",
  		// 		"enablePullDownRefresh" : false
  		// 	}
  		// }
  	],
  	"subPackages": [{
  			"root": "pages/message",
  			"pages": [{
  					"path": "userDetail/index",
  					"style": {
  						"navigationBarTitleText": "",
  						"navigationBarTextStyle": "white",
  						"navigationBarBackgroundColor": "#D8D8D8"
  					}
  				},
  				{
  					"path": "message/index",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				{
  					"path": "messageDetail/index",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				{
  					"path": "im/index",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				}
  			]
  		},
  		{
  			"root": "pages/workFlow",
  			"pages": [{
  					"path": "flowBefore/index",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				{
  					"path": "flowLaunch/index",
  					"style": {
  						"navigationBarTitleText": "我发起的"
  					}
  				},
  				{
  					"path": "flowTodo/index",
  					"style": {
  						"navigationBarTitleText": "待办事宜"
  					}
  				},
  				{
  					"path": "flowDone/index",
  					"style": {
  						"navigationBarTitleText": "已办事宜"
  					}
  				},
  				{
  					"path": "flowCopy/index",
  					"style": {
  						"navigationBarTitleText": "抄送我的"
  					}
  				},
  				// #ifdef MP
  				{
  					"path": "filePreview/index",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				// #endif
  				{
  					"path": "operate/index",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				{
  					"path": "allApp/index",
  					"style": {
  						"navigationBarTitleText": "更多应用"
  					}
  				}
  			]
  		},
  		{
  			"root": "pages/apply",
  			"pages": [{
  					"path": "reportLog/index",
  					"style": {
  						"navigationBarTitleText": "汇报日志"
  					}
  				},
  				{
  					"path": "reportLog/form",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				{
  					"path": "schedule/index",
  					"style": {
  						"navigationBarTitleText": "我的日程"
  					}
  				},
  				{
  					"path": "schedule/form",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				{
  					"path": "fieldPunchCard/index",
  					"style": {
  						"navigationBarTitleText": "外勤打卡"
  					}
  				},
  				{
  					"path": "order/index",
  					"style": {
  						"navigationBarTitleText": "订单示例"
  					}
  				},
  				{
  					"path": "externalLink/index",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				{
  					"path": "dynamicModel/index",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				},
  				{
  					"path": "dynamicModel/form",
  					"style": {
  						"navigationBarTitleText": ""
  					}
  				}
  			]
  		}
  	],
  	"preloadRule": {
  		"pages/index/index": {
  			"network": "all",
  			"packages": ["pages/message"]
  		},
  		"pages/index/workFlow": {
  			"network": "all",
  			"packages": ["pages/workFlow"]
  		},
  		"pages/index/apply": {
  			"network": "all",
  			"packages": ["pages/apply"]
  		}
  	},
  	"tabBar": {
  		"custom": true,
  		"selectedColor": "#D32D25",
  		"backgroundColor": "#fff",
  		"list": [{
  				"iconPath": "/static/tabBar/tab_01.png",
  				"selectedIconPath": "/static/tabBar/tab_02.png",
  				"pagePath": "pages/home/home",
  				"text": ""
  			},
  			{
  				"iconPath": "/static/tabBar/tab_11.png",
  				"selectedIconPath": "/static/tabBar/tab_12.png",
  				"pagePath": "pages/my/my",
  				"text": ""
  			}
  		]
  	},
  	"globalStyle": {
  		"navigationBarTitleText": "德阳智慧服务平台",
  		"navigationBarTextStyle": "black",
  		"navigationBarBackgroundColor": "#ffffff",
  		"backgroundColor": "#f0f2f6",
  		"usingComponents": {
  			"ly-tree-node": "/components/ly-tree/ly-tree-node"
  		}
  	},
8c5ff8ba   “wangming”   updatemap
656
  	"condition": { //模式配置,仅开发期间生效
290144e9   易尊强   第一次
657
  		"current": 0, //当前激活的模式(list 的索引项)
8c5ff8ba   “wangming”   updatemap
658
659
660
661
662
  		"list": [{
  			"name": "", //模式名称
  			"path": "", //启动页面,必选
  			"query": "" //启动参数,在页面的onLoad函数里面得到
  		}]
290144e9   易尊强   第一次
663
  	}
8c5ff8ba   “wangming”   updatemap
664
  }