moduleConfig.js
16.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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
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
/*
每个模块依赖的静态资源文件配置
*/
window.e9ModuleConfig = [
// 个性化设置
{
title: '个性化设置',
name: 'f_customSetting',
page: '/spa/customSetting/index.html',
lib: [
'/spa/customSetting/index.css?v=1585592148717',
'/spa/customSetting/index.js?v=1585592148717',
]
},
// 流程
{
title: '流程前台',
name: 'f_workflow',
page: '/spa/workflow/static/index.html',
lib: [
'/spa/workflow/static/index.css?v=1585592290802',
'/spa/workflow/static/index.js?v=1585592290802',
]
}, {
title: '流程后台',
name: 'b_workflow',
page: '/spa/workflow/static4engine/engine.html',
lib: [
'/spa/workflow/static4engine/engine.css?v=1585593342167',
'/spa/workflow/static4engine/engine.js?v=1585593342167',
]
}, {
title: '流程公共模块',
name: 'workfolwPublic',
page: '/spa/workflow/index_form.jsp',
lib: [
'/spa/workflow/static4public/index.js?v=1585592330387',
'/spa/workflow/static4public/index.css?v=1585592330387',
]
}, {
title: '流程表单',
name: 'workfolwForm',
page: '/spa/workflow/index_form.jsp',
lib: [
'/spa/workflow/static4form/index.js?v=1585643666860',
'/spa/workflow/static4form/index.css?v=1585643666860',
]
},
// 引擎二开
{
title: '引擎二开',
name: 'b_customizationDev',
page: '/spa/customizationDev/static4engine/engine.html',
lib: [
'/spa/customizationDev/static4engine/engine.js?v=1585592791032',
'/spa/customizationDev/static4engine/engine.css?v=1585592791032',
]
},
// 人力
{
title: '人力前台',
name: 'f_hrm',
page: '/spa/hrm/index_mobx.html',
lib: [
'/spa/hrm/static/index.css?v=1585591997073',
'/spa/hrm/static/index.js?v=1585591997073',
]
}, {
title: '人力后台',
name: 'b_hrm',
page: '/spa/hrm/engine.html',
lib: [
'/spa/hrm/static4engine/engine.css?v=1585592672651',
'/spa/hrm/static4engine/engine.js?v=1585592672651',
]
}, {
title: '考勤前台',
name: 'f_attendance',
page: '/spa/hrm/static4attendance/index.html',
lib: [
'/spa/hrm/static4attendance/index.css?v=1585592378199',
'/spa/hrm/static4attendance/index.js?v=1585592378199',
]
}, {
title: '考勤后台',
name: 'b_attendance',
page: '/spa/hrm/staticAttendance4engine/engine.html',
lib: [
'/spa/hrm/staticAttendance4engine/engine.css?v=1585593406828',
'/spa/hrm/staticAttendance4engine/engine.js?v=1585593406828',
]
}, {
title: '新个税前台',
name: 'f_tax',
page: '/spa/hrm/static4Tax/index.html',
lib: [
'/spa/hrm/static4Tax/index.css?v=1577758951221',
'/spa/hrm/static4Tax/index.js?v=1577758951221',
]
}, {
title: '新个税后台',
name: 'b_tax',
page: '/spa/hrm/staticTax4engine/engine.html',
lib: [
'/spa/hrm/staticTax4engine/engine.css?v=1575255950575',
'/spa/hrm/staticTax4engine/engine.js?v=1575255950575',
]
}, {
title: '四川航空通讯录',
name: 'f_addressBook',
page: '/spa/e9DevModules/hrm/static/index.html',
lib: [
'/spa/e9DevModules/hrm/static/index.css?v=1569813602796',
'/spa/e9DevModules/hrm/static/index.js?v=1569813602796',
]
},
//会议
{
title: '会议前台',
name: 'f_meeting',
page: '/spa/meeting/static/index.html',
lib: [
'/spa/meeting/static/index.css?v=1585592038168',
'/spa/meeting/static/index.js?v=1585592038168',
]
}, {
title: '会议后台',
name: 'b_meeting',
page: '/spa/meeting/static4engine/engine.html',
lib: [
'/spa/meeting/static4engine/engine.css?v=1585592698616',
'/spa/meeting/static4engine/engine.js?v=1585592698616',
]
},
//日程
{
title: '日程前台',
name: 'f_workplan',
page: '/spa/workplan/static/index.html',
lib: [
'/spa/workplan/static/index.css?v=1585592245644',
'/spa/workplan/static/index.js?v=1585592245644',
]
}, {
title: '日程后台',
name: 'b_workplan',
page: '/spa/workplan/static4engine/engine.html',
lib: [
'/spa/workplan/static4engine/engine.css?v=1585593253701',
'/spa/workplan/static4engine/engine.js?v=1585593253701',
]
},
//门户
{
title: '门户前台',
name: 'f_portal',
page: '/spa/portal/static/index.html',
lib: [
'/spa/portal/public/index.css?v=1585591230731',
'/spa/portal/public/index.js?v=1585591230731',
'/spa/portal/index.css?v=1585591532389',
'/spa/portal/index.js?v=1585591532389',
]
}, {
title: '门户后台',
name: 'b_portal',
page: '/spa/portal/static4engine/engine.html',
lib: [
'/spa/portal/public/index.css?v=1585591230731',
'/spa/portal/public/index.js?v=1585591230731',
'/spa/portal/index.css?v=1585591532389',
'/spa/portal/index.js?v=1585591532389',
'/spa/portal/static4engine/engine.css?v=1585592476470',
'/spa/portal/static4engine/engine.js?v=1585592476470',
]
},
//协作
{
title: '协作前台',
name: 'f_cowork',
page: '/spa/cowork/static/index.html',
lib: [
'/blog/js/weaverImgZoom/weaverImgZoom_wev8.css',
'/blog/js/weaverImgZoom/weaverImgZoom_wev8.js',
'/spa/cowork/static/index.css?v=1585591808033',
'/spa/cowork/static/index.js?v=1585591808033',
]
}, {
title: '协作后台',
name: 'b_cowork',
page: '/spa/cowork/static4engine/engine.html',
lib: [
'/spa/cowork/static4engine/engine.css?v=1585592706803',
'/spa/cowork/static4engine/engine.js?v=1585592706803',
],
},
//邮件
{
title: '邮件前台',
name: 'f_email',
page: '/spa/email/static/index.html',
lib: [
'/spa/email/static/index.css?v=1585591921564',
'/spa/email/static/index.js?v=1585591921564',
]
}, {
title: '邮件后台',
name: 'b_email',
page: '/spa/email/static4engine/engine.html',
lib: [
'/spa/email/static4engine/engine.css?v=1585592804121',
'/spa/email/static4engine/engine.js?v=1585592804121',
]
},
//资产
{
title: '资产前台',
name: 'f_cpt',
page: '/spa/cpt/index.html',
lib: [
'/spa/cpt/static/index.css?v=1585591730880',
'/spa/cpt/static/index.js?v=1585591730880',
]
}, {
title: '资产后台',
name: 'b_cpt',
page: '/spa/cpt/engine.html',
lib: [
'/spa/cpt/static4engine/engine.css?v=1585592533832',
'/spa/cpt/static4engine/engine.js?v=1585592533832',
]
},
//项目
{
title: '项目前台',
name: 'f_prj',
page: '/spa/prj/index.html',
lib: [
'/spa/prj/static/index.css?v=1585592129564',
'/spa/prj/static/index.js?v=1585592129564',
]
}, {
title: '项目后台',
name: 'b_prj',
page: '/spa/prj/engine.html',
lib: [
'/spa/prj/static4engine/engine.css?v=1585593114520',
'/spa/prj/static4engine/engine.js?v=1585593114520',
]
},
//集成
{
title: '集成前台',
name: 'f_inte',
page: '/spa/inte/index.html',
lib: [
'/spa/inte/static/index.css?v=1585592004017',
'/spa/inte/static/index.js?v=1585592004017',
]
}, {
title: '集成后台',
name: 'b_integration',
page: '/spa/integration/static4engine/engine.html',
lib: [
'/spa/integration/static4engine/engine.css?v=1585592861567',
'/spa/integration/static4engine/engine.js?v=1585592861567',
]
},
//ESB
{
title: 'ESB中心',
name: 'b_esb',
page: '/spa/esb/static4engine/engine.html',
lib: [
'/spa/esb/static4engine/engine.css?v=1585592928678',
'/spa/esb/static4engine/engine.js?v=1585592928678',
]
},
//建模
{
title: '建模前台',
name: 'f_cube',
page: '/spa/cube/index.html',
lib: [
'/spa/cube/static/index.tsx.css?v=1585591707573',
'/spa/cube/static/index.tsx.js?v=1585591707573',
'/formmode/e9resource/css/iconapp.css',
]
}, {
title: '建模后台',
name: 'b_cube',
page: '/spa/cube/engine.html',
lib: [
'/spa/cube/static4engine/engine.css?v=1585593223359',
'/spa/cube/static4engine/engine.js?v=1585593223359',
'/formmode/e9resource/css/iconapp.css',
]
},
//知识
{
title: '知识前台',
name: 'f_document',
page: '/spa/document/static/index.html',
lib: [
'/spa/document/static/index.css?v=1585591862730',
'/spa/document/static/index.js?v=1585591862730',
]
}, {
title: '知识后台',
name: 'b_document',
page: '/spa/document/static4engine/engine.html',
lib: [
'/spa/document/static4engine/engine.css?v=1585592580392',
'/spa/document/static4engine/engine.js?v=1585592580392',
]
}, {
title: '文档详情页',
name: 'docDetail',
page: '/spa/document/index.jsp',
lib: [
'/spa/document/static4Detail/index.css?v=1585591875886',
'/spa/document/static4Detail/index.js?v=1585591875886',
]
},
//微博
{
title: '微博前台',
name: 'f_blog',
page: '/spa/blog/static/index.html',
lib: [
'/blog/js/weaverImgZoom/weaverImgZoom_wev8.css',
'/blog/js/weaverImgZoom/weaverImgZoom_wev8.js',
'/spa/blog/static/index.css?v=1585591789394',
'/spa/blog/static/index.js?v=1585591789394',
]
}, {
title: '微博后台',
name: 'b_blog',
page: '/spa/blog/static4engine/engine.html',
lib: [
'/spa/blog/static4engine/engine.css?v=1585592715530',
'/spa/blog/static4engine/engine.js?v=1585592715530',
]
},
//小应用
{
title: '小应用前台',
name: 'f_smallApp',
page: '/spa/smallApp/static/index.html',
lib: [
'/spa/smallApp/static/index.css?v=1585591661474',
'/spa/smallApp/static/index.js?v=1585591661474',
]
}, {
title: '小应用后台',
name: 'b_smallApp',
page: '/spa/smallApp/static4engine/engine.html',
lib: [
'/spa/smallApp/static4engine/engine.css?v=1585592506394',
'/spa/smallApp/static4engine/engine.js?v=1585592506394',
]
},
//微搜
{
title: '微搜前台',
name: 'f_esearch',
page: '/spa/esearch/static/index.html',
lib: [
'/spa/esearch/static/index.css?v=1585592254805',
'/spa/esearch/static/index.js?v=1585592254805',
]
},
//财务
{
title: '财务前台',
name: 'f_fna',
page: '/spa/fna/static/index.html',
lib: [
'/spa/fna/static/index.css?v=1585591936186',
'/spa/fna/static/index.js?v=1585591936186',
]
}, {
title: '财务后台',
name: 'b_fna',
page: '/spa/fna/static4engine/engine.html',
lib: [
'/spa/fna/static4engine/engine.css?v=1585592998248',
'/spa/fna/static4engine/engine.js?v=1585592998248',
]
}, {
title: '财务多维度预算前台',
name: 'f_fnaMulit',
page: '/spa/fnaMulDimensions/static/index.html',
lib: [
'/spa/fnaMulDimensions/static/index.css?v=1585591951865',
'/spa/fnaMulDimensions/static/index.js?v=1585591951865',
]
}, {
title: '财务多维度预算后台',
name: 'b_fnaMulit',
page: '/spa/fnaMulDimensions/static4engine/engine.html',
lib: [
'/spa/fnaMulDimensions/static4engine/engine.css?v=1585593060928',
'/spa/fnaMulDimensions/static4engine/engine.js?v=1585593060928',
]
},
//公文
{
title: '公文前台',
name: 'f_odoc',
page: '/spa/odoc/static/index.html',
lib: [
'/spa/odoc/static/index.css?v=1585592060310',
'/spa/odoc/static/index.js?v=1585592060310',
]
}, {
title: '公文后台',
name: 'b_odoc',
page: '/spa/odoc/static4engine/engine.html',
lib: [
'/spa/odoc/static4engine/engine.css?v=1585593081632',
'/spa/odoc/static4engine/engine.js?v=1585593081632',
]
},
//客户
{
title: '客户前台',
page: '/spa/crm/mobx/index.html',
name: 'f_crm',
lib: [
'/spa/crm/static/index.css?v=1585591767350',
'/spa/crm/static/index.js?v=1585591767350',
]
}, {
title: '客户后台',
name: 'b_crm',
page: '/spa/crm/static4engine/engine.html',
lib: [
'/spa/crm/static4engine/engine.css?v=1585592551748',
'/spa/crm/static4engine/engine.js?v=1585592551748',
]
},
//客户报表
{
title: '客户报表前台',
name: 'f_crmReport',
page: '',
lib: [
'/spa/crm/static4report/index.css?v=1585591816912',
'/spa/crm/static4report/index.js?v=1585591816912',
]
},
//客户门户
{
title: '客户门户前台',
name: 'f_crmPortal',
page: '',
lib: [
'/spa/crmPortal/mobx/index.css?v=1552370451008',
'/spa/crmPortal/mobx/index.js?v=1552370451008',
]
},
//执行力
{
title: '执行力前台',
name: 'f_workrelate',
page: '/spa/workrelate/index_mobx.html',
lib: [
'/spa/workrelate/static/index.css?v=1585592183871',
'/spa/workrelate/static/index.js?v=1585592183871',
]
},{
title: '执行力后台',
name: 'b_workrelate',
page: '/spa/workrelate/static4engine/engine.html',
lib: [
'/spa/workrelate/static4engine/engine.css?v=1585593844239',
'/spa/workrelate/static4engine/engine.js?v=1585593844239',
]
},
//车辆
{
title: '车辆前台',
name: 'f_car',
page: '/spa/car/index.html',
lib: [
'/spa/car/static/index.css?v=1585592201621',
'/spa/car/static/index.js?v=1585592201621',
]
}, {
title: '车辆后台',
name: 'b_car',
page: '/spa/car/index.html',
lib: [
'/spa/car/static/index.css?v=1585592201621',
'/spa/car/static/index.js?v=1585592201621',
]
},
//移动引擎
{
title: '移动引擎',
name: 'b_mobilemode',
page: '',
lib: [
'/font/mobilemode/plugin/iconfont.css?v=1548071365860',
'/spa/mobilemode/static4engine/engine.css?v=1585592743376',
'/spa/mobilemode/static4engine/engine.js?v=1585592743376',
]
},
//demo
{
title: 'demo',
name: 'f_demo',
page: '',
lib: [
'/spa/demo/static/index.css?v=1585591823460',
'/spa/demo/static/index.js?v=1585591823460',
]
},
//督查督办前台
{
title: '督查督办前台',
name: 'f_govern',
page: '/spa/govern/statis/index.html',
lib: [
'/spa/govern/static/index.css?v=1585592222485',
'/spa/govern/static/index.js?v=1585592222485',
]
},
//督查督办后台
{
title: '督查督办后台',
name: 'b_govern',
page: '/spa/govern/static4engine/engine.html',
lib: [
'/spa/govern/static4engine/engine.css?v=1585593237608',
'/spa/govern/static4engine/engine.js?v=1585593237608',
]
},
//信息采编前台
{
title: '信息采编前台',
name: 'f_info',
page: '/spa/info/statis/index.html',
lib: [
'/spa/info/static/index.css?v=1585591838563',
'/spa/info/static/index.js?v=1585591838563',
]
},
//信息采编后台
{
title: '信息采编后台',
name: 'b_info',
page: '/spa/info/static4engine/engine.html',
lib: [
'/spa/info/static4engine/engine.css?v=1585592785292',
'/spa/info/static4engine/engine.js?v=1585592785292',
]
},
//集成中心-SAP集成
{
title: 'SAP集成',
name: 'b_sapIntegration',
page: '',
lib: [
'/spa/sapIntegration/static4engine/engine.css?v=1585593357156',
'/spa/sapIntegration/static4engine/engine.js?v=1585593357156',
]
},
//集成中心-SAP集成
{
title: 'SAP集成',
name: 'b_sapIntegrationPublic',
page: '',
lib: [
'/spa/sapIntegration/static4public/index.css?v=1585593369873',
'/spa/sapIntegration/static4public/index.js?v=1585593369873',
]
},
{
title: '数据中心前台',
name: 'edc_app',
page: '',
lib: [
'/spa/edc/static/app/index.css?v=1585593509612',
'/spa/edc/static/app/index.js?v=1585593509612',
]
},
{
title: '数据中心前台',
name: 'edc_app_v2',
page: '',
lib: [
'/spa/edc/static/app_v2/index.css?v=1585593582328',
'/spa/edc/static/app_v2/index.js?v=1585593582328',
]
},
{
title: '数据中心看板',
name: 'bs_edc_board4com',
page: '',
lib: [
'/spa/edc/static4engine/board4com/index.css?v=1548055744567',
'/spa/edc/static4engine/board4com/index.js?v=1548055744567',
]
}, {
title: '数据中心看板组件',
name: 'bs_edc_board4mobile',
page: '',
lib: [
'/spa/edc/static4engine/board4mobile/index.css?v=1548055744567',
'/spa/edc/static4engine/board4mobile/index.js?v=1548055744567',
]
}, {
title: '数据中心后端应用',
name: 'bs_edc_app',
page: '',
lib: [
'/spa/edc/static4engine/app/engine.css?v=1585593825445',
'/spa/edc/static4engine/app/engine.js?v=1585593825445',
]
},{
title: '数据中心后端报表',
name: 'bs_edc_report',
page: '',
lib: [
'/spa/edc/static4engine/report/engine.css?v=1585593891597',
'/spa/edc/static4engine/report/engine.js?v=1585593891597',
]
}
]