mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
perf: 优化应用
This commit is contained in:
parent
b6b44b3782
commit
fc34ff38d3
@ -106,6 +106,7 @@ export default {
|
|||||||
case 'MICRO_APP_READY':
|
case 'MICRO_APP_READY':
|
||||||
this.handleLoad()
|
this.handleLoad()
|
||||||
this.isLoading = false
|
this.isLoading = false
|
||||||
|
if (message && message.supportBeforeClose) {
|
||||||
this.$store.commit('microApps/update', {
|
this.$store.commit('microApps/update', {
|
||||||
name: this.name,
|
name: this.name,
|
||||||
data: {
|
data: {
|
||||||
@ -124,6 +125,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
break
|
break
|
||||||
|
|
||||||
case 'MICRO_APP_METHOD':
|
case 'MICRO_APP_METHOD':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user