perf: 优化应用

This commit is contained in:
kuaifan 2025-07-15 17:52:06 +08:00
parent b6b44b3782
commit fc34ff38d3

View File

@ -106,6 +106,7 @@ export default {
case 'MICRO_APP_READY':
this.handleLoad()
this.isLoading = false
if (message && message.supportBeforeClose) {
this.$store.commit('microApps/update', {
name: this.name,
data: {
@ -124,6 +125,7 @@ export default {
}
}
})
}
break
case 'MICRO_APP_METHOD':