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.
Uh oh!
There was an error while loading. Please reload this page.
-
主应用:
主应用中:
存在 router '/about' 页面!
子应用sub1中:
存在 router '/about' 页面!
加载子应用sub2
子应用sub2:
问题1:使用
window.Garfish.router
跳转不起作用,如何跳转到 sub1 子应用?地址栏变化了,但页面显示没有变化!
问题2:如何在子应用中跳转到主应用某个路由
如何跳转到 '/about'?
Beta Was this translation helpful? Give feedback.
All reactions