fix: Reset MinApp onClose handler when closing the app

This commit is contained in:
kangfenmao 2025-02-13 16:10:46 +08:00
parent adfea253d7
commit 53e5a3bf76

View File

@ -257,5 +257,6 @@ export default class MinApp {
TopView.hide('MinApp') TopView.hide('MinApp')
store.dispatch(setMinappShow(false)) store.dispatch(setMinappShow(false))
MinApp.app = null MinApp.app = null
MinApp.onClose = () => {}
} }
} }