devModuleConfig.js
1.5 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
window.devModuleConfig = [
{
id: 'dbf986cf61cc4b5f9e317658243b30de',
title: '门户组件',
name: 'weaPortalCom',
comType: 'portalElement',
lib: [
'/spa/portal/static4com/index.css',
'/spa/portal/static4com/index.js',
],
desc: '门户组件'
},
{
id: '595f3531594942b68ec885f36ad8cb57',
title: '门户示例登录页',
name: 'weaPortalDemoLogin',
comType: 'portalLogin',
lib: [
'/spa/portal/static4custom/login/demo/index.css',
'/spa/portal/static4custom/login/demo/index.js',
],
desc: '门户示例登录页'
},
{
id: '2cb776fe40bc469183807fb983c91560',
title: '门户示例主题',
name: 'weaPortalDemoTheme',
comType: 'portalTheme',
lib: [
'/spa/portal/static4custom/theme/demo/index.css',
'/spa/portal/static4custom/theme/demo/index.js',
],
desc: '门户示例主题'
},
{
id: '2735cdaffe97406db9bb3f825fcb9c1a',
title: '门户示例元素',
name: 'weaPortalDemoElement',
comType: 'portalElement',
lib: [
'/spa/portal/static4custom/element/demo/index.css',
'/spa/portal/static4custom/element/demo/index.js',
],
desc: '门户示例元素'
},
{
id: '59d59f0f6cb941e6b2a7f6fae4c9f89c',
title: '督查督办元素',
name: 'weaGovernElement',
comType: 'portalElement',
lib: [
'/spa/govern/static4element/engine.css',
'/spa/govern/static4element/engine.js',
],
desc: '督查督办事项'
}
]