We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
子路由/actConfig/mgr中加载子应用未跳转,主应用为vue2,路由跳转了,显示空白,source里面发现子应用的js未被加载
mounted() { const container = document.querySelector('.iframe'); registerMicroApps([ { name: 'waiter', activePath: '/actConfig/mgr/waiter', title: '子应用', container, url: [ 'http://192.168.140.16:8080/waiter.js', 'http://192.168.140.16:8080/style.css', ] } ]); start(); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
子路由/actConfig/mgr中加载子应用未跳转,主应用为vue2,路由跳转了,显示空白,source里面发现子应用的js未被加载
The text was updated successfully, but these errors were encountered: