Replies: 1 comment
-
你是说,在主应用控制子应用跳转? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
子应用通过keep-alive缓存了,请问通过什么方法可以跳转到该子应用的中任意一个页面了?
使用:microApp.router.push({name: 'my-app', path: '/page1'}) 报:[micro-app] 导航失败,请确保子应用渲染后再调用此方法
这个push的方法是否需要优化一下了?调用push及加载对应子应用!
Beta Was this translation helpful? Give feedback.
All reactions