mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-04 20:24:14 +00:00
no message
This commit is contained in:
parent
a981ff2f6c
commit
c3994ddbea
@ -393,7 +393,7 @@ export default {
|
|||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
microApp.forceSetData(name, {type: 'beforeClose'}, array => {
|
microApp.forceSetData(name, {type: 'beforeClose'}, array => {
|
||||||
if (!array?.find(item => item === true)) {
|
if (!array?.find(item => item === true)) {
|
||||||
if (name === 'appstore') {
|
if ($A.leftExists(name, 'appstore')) {
|
||||||
this.$store.dispatch("updateMicroAppsStatus");
|
this.$store.dispatch("updateMicroAppsStatus");
|
||||||
}
|
}
|
||||||
if ($A.isSubElectron) {
|
if ($A.isSubElectron) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user