Blame view

pages.json 13.8 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
  			"path": "pages/construct/construct",
  			"style": {
  				"navigationBarTitleText": "党的建设",
  				"navigationBarBackgroundColor": "#FFFFFF"
  			}
  		},
  		{
  			"path": "pages/conDetail/conDetail",
  			"style": {
6c679290   易尊强   3/6a上午
73
  				"navigationBarTitleText": "党的建设详情",
290144e9   易尊强   第一次
74
75
  				"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
  			"path": "pages/equip/equip",
  			"style": {
6c679290   易尊强   3/6a上午
121
  				"navigationBarTitleText": "供应和需求",
290144e9   易尊强   第一次
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
  				"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,
9b1c150c   “wangming”   1
198
199
  					"bounce": "none",
  					"background": "#000000e6"
290144e9   易尊强   第一次
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
  				}
  			}
  		},
  		{
  			"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
243
244
245
246
  			"path": "pages/policyDetail/policyDetail",
  			"style": {
  				"navigationBarTitleText": "政策详情",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
247
248
249
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
250
251
  			"path": "pages/newsDetail/newsDetail",
  			"style": {
46dd6078   易尊强   人才搜索
252
  				"navigationBarTitleText": "新闻/公示公告详情",
8c5ff8ba   “wangming”   updatemap
253
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
254
255
256
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
257
258
259
260
  			"path": "pages/talentDetail/talentDetail",
  			"style": {
  				"navigationBarTitleText": "职位详情",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
261
262
263
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
264
265
266
267
  			"path": "pages/allCompany/allCompany",
  			"style": {
  				"navigationBarTitleText": "企业",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
268
269
270
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
271
272
273
274
  			"path": "pages/companyDetail/companyDetail",
  			"style": {
  				"navigationBarTitleText": "企业详情",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
275
276
277
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
278
279
280
281
  			"path": "pages/postTalent/postTalent",
  			"style": {
  				"navigationBarTitleText": "人才招聘发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
282
283
284
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
285
286
287
288
  			"path": "pages/fileLook/fileLook",
  			"style": {
  				"navigationBarTitleText": "信息回执",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
289
290
291
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
292
293
294
295
  			"path": "pages/postProduct/postProduct",
  			"style": {
  				"navigationBarTitleText": "发布产品",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
296
297
298
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
299
300
301
302
  			"path": "pages/postDemand/postDemand",
  			"style": {
  				"navigationBarTitleText": "发布需求",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
303
304
305
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
306
307
308
309
  			"path": "pages/postCon/postCon",
  			"style": {
  				"navigationBarTitleText": "党的建设发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
310
311
312
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
313
314
315
316
  			"path": "pages/my/myPro/myPro",
  			"style": {
  				"navigationBarTitleText": "发布产品列表",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
317
318
319
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
320
321
322
323
  			"path": "pages/my/myDemand/myDemand",
  			"style": {
  				"navigationBarTitleText": "发布需求列表",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
324
325
326
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
327
328
329
330
  			"path": "pages/my/myZhao/myZhao",
  			"style": {
  				"navigationBarTitleText": "发布招聘列表",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
331
332
333
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
334
335
  			"path": "pages/postNotice/postNotice",
  			"style": {
6c679290   易尊强   3/6a上午
336
  				"navigationBarTitleText": "公示公告发布",
8c5ff8ba   “wangming”   updatemap
337
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
338
339
340
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
341
342
343
344
  			"path": "pages/postNews/postNews",
  			"style": {
  				"navigationBarTitleText": "新闻发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
345
346
347
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
348
349
350
351
  			"path": "pages/postPolicy/postPolicy",
  			"style": {
  				"navigationBarTitleText": "政策发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
352
353
354
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
355
356
357
358
  			"path": "pages/recommend/recommend",
  			"style": {
  				"navigationBarTitleText": "人才推介",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
359
360
361
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
362
363
364
365
  			"path": "pages/recommend/postRecommend/postRecommend",
  			"style": {
  				"navigationBarTitleText": "人才推介发布",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
366
367
368
  			}
  		},
  		{
8c5ff8ba   “wangming”   updatemap
369
370
371
372
  			"path": "pages/recommend/recommendInfo/recommendInfo",
  			"style": {
  				"navigationBarTitleText": "人才信息",
  				"enablePullDownRefresh": false
290144e9   易尊强   第一次
373
  			}
132aa3e8   易尊强   ss
374
375
376
377
378
  		},
  		{
  			"path" : "pages/postCompany/postCompany",
  			"style" : 
  			{
9b1c150c   “wangming”   1
379
  				"navigationBarTitleText" : "企业基础情况填报",
132aa3e8   易尊强   ss
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/my/myCom/myCom",
  			"style" : 
  			{
  				"navigationBarTitleText" : "发布企业列表",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/my/myComdetail/myComdetail",
  			"style" : 
  			{
  				"navigationBarTitleText" : "",
  				"enablePullDownRefresh" : false
  			}
bd028579   易尊强   2/28
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
429
  		},
  		{
  			"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号下午提交
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
  		},
  		{
  			"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下午
454
455
456
457
458
459
460
461
  		},
  		{
  			"path" : "pages/Feedback/userAppeal/userAppeal",
  			"style" : 
  			{
  				"navigationBarTitleText" : "诉求信息",
  				"enablePullDownRefresh" : false
  			}
6c679290   易尊强   3/6a上午
462
463
464
465
466
467
468
469
  		},
  		{
  			"path" : "pages/official/newGroup/newGroup",
  			"style" : 
  			{
  				"navigationBarTitleText" : "分组列表和新建分组",
  				"enablePullDownRefresh" : false
  			}
0189b356   易尊强   登录问题
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
  		},
  		{
  			"path" : "pages/companyInfoList/companyInfoList",
  			"style" : 
  			{
  				"navigationBarTitleText" : "企业信息采集列表",
  				"enablePullDownRefresh" : false
  			}
  		},
  		{
  			"path" : "pages/companyInfoList/addComInfo/addComInfo",
  			"style" : 
  			{
  				"navigationBarTitleText" : "企业信息表单",
  				"enablePullDownRefresh" : false
  			}
290144e9   易尊强   第一次
486
  		}
8c5ff8ba   “wangming”   updatemap
487
  
290144e9   易尊强   第一次
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
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
  		// {
  		// 	"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": {
9b1c150c   “wangming”   1
673
  		"navigationBarTitleText": "德阳高新区企业智慧服务平台",
290144e9   易尊强   第一次
674
675
676
677
678
679
680
  		"navigationBarTextStyle": "black",
  		"navigationBarBackgroundColor": "#ffffff",
  		"backgroundColor": "#f0f2f6",
  		"usingComponents": {
  			"ly-tree-node": "/components/ly-tree/ly-tree-node"
  		}
  	},
8c5ff8ba   “wangming”   updatemap
681
  	"condition": { //模式配置,仅开发期间生效
290144e9   易尊强   第一次
682
  		"current": 0, //当前激活的模式(list 的索引项)
8c5ff8ba   “wangming”   updatemap
683
684
685
686
687
  		"list": [{
  			"name": "", //模式名称
  			"path": "", //启动页面,必选
  			"query": "" //启动参数,在页面的onLoad函数里面得到
  		}]
290144e9   易尊强   第一次
688
  	}
8c5ff8ba   “wangming”   updatemap
689
  }