求大佬帮忙
#2875
Replies: 1 comment
-
你的加载图标是父应用的,应该在子应用加载后主动关闭。可以在父应用写个关闭方法传给子应用,在子应用mount钩子函数调用。 |
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
-
我的是umi和antd pro作为的主应用项目,一个vue3作为子应用
{
path: '/optimize/*',
microApp: 'optimize-front',
microAppProps: {
autoSetLoading: true,
autoCaptureError: true,
},
footerRender: false,
},
我配置了autoSetLoading但那个加载图标子应用加载出来了也一直转圈,有什么办法关闭吗
Beta Was this translation helpful? Give feedback.
All reactions