biewenwoshishei

Results 17 comments of biewenwoshishei

![image](https://user-images.githubusercontent.com/64004615/172107943-c48180d3-26b9-413b-805b-6fe22b25ea77.png) npx @dcloudio/uvm

主基座打开子应用的页面,在点击其他路由出现404情况,再次点击跳转正常 vite版本2.7.13 子应用vite版本2.7.13

已解决,解决办法:mound中注册app,然后在unmound中卸载app app.unmount() app = null;

子应用(9000/child)与主应用(9000/main)是在同一个端口下 路径不同 跨越也设置了 主应用中给子应用的url 是(9000). 现在是子应用未启动