no message

This commit is contained in:
kuaifan 2025-05-24 16:05:25 +08:00
parent a981ff2f6c
commit c3994ddbea

View File

@ -393,7 +393,7 @@ export default {
return new Promise(resolve => {
microApp.forceSetData(name, {type: 'beforeClose'}, array => {
if (!array?.find(item => item === true)) {
if (name === 'appstore') {
if ($A.leftExists(name, 'appstore')) {
this.$store.dispatch("updateMicroAppsStatus");
}
if ($A.isSubElectron) {