怎么使用amis作为qiankun子应用加载? #11971
-
|
我使用amis作为qiankun子应用,子应用是vue的,引入了amis渲染组件。但是父应用加载报错: 或者有例子吗? |
Beta Was this translation helpful? Give feedback.
Answered by
Zuojiangtao
May 13, 2025
Replies: 1 comment
-
|
自己解决了,这个报错是qiankun子应用main入口没导入publicPath的__webpack_public_path__注入导致的。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Zuojiangtao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

自己解决了,这个报错是qiankun子应用main入口没导入publicPath的__webpack_public_path__注入导致的。