Skip to content

Commit 67bc5d5

Browse files
committed
wip
1 parent 27bfab2 commit 67bc5d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

mock/app.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,19 @@ export default {
186186
},
187187
],
188188
},
189+
{
190+
key: '9',
191+
path: '/microApp',
192+
name: '微前端',
193+
icon: 'icon-plugin',
194+
children: [
195+
{
196+
key: '9-1',
197+
path: '/index?api=microApp/index',
198+
name: '微前端示例',
199+
},
200+
],
201+
},
189202
],
190203
body: {
191204
component: "pageContainer",

0 commit comments

Comments
 (0)