Skip to content

Commit 61e1012

Browse files
committed
feat: remove useless code
1 parent 24d9134 commit 61e1012

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

portal/index.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,6 @@ registerMicroApps(
3434
loader,
3535
activeRule: '/app2',
3636
}
37-
// {
38-
// name: 'react16',
39-
// entry: '//main.ppap.live:7100',
40-
// // entry: process.env.NODE_ENV === 'production' ? '//main.ppap.live:7100' : '//localhost:7100',
41-
// container: '#subapp-viewport',
42-
// loader,
43-
// activeRule: '/react16',
44-
// },
45-
// {
46-
// name: 'vue',
47-
// // entry: '//main.ppap.live:7101',
48-
// entry: '//main.ppap.live:7101',
49-
// // entry: process.env.NODE_ENV === 'production' ? '//main.ppap.live:7101' : '//localhost:7101',
50-
// container: '#subapp-viewport',
51-
// loader,
52-
// activeRule: '/vue',
53-
// }
5437
],
5538
{
5639
beforeLoad: [

0 commit comments

Comments
 (0)