fix: 修复关闭应用时加载状态未正确更新的问题

This commit is contained in:
kuaifan 2025-12-03 12:48:33 +00:00
parent 2abc5976f9
commit 01c7f7250b

View File

@ -540,6 +540,7 @@ export default {
* @param app * @param app
*/ */
closeAppState(app) { closeAppState(app) {
this.loadings = this.loadings.filter(item => item !== app.name);
this.closings.push(app.name); this.closings.push(app.name);
app.isOpen = false; app.isOpen = false;
setTimeout(() => { setTimeout(() => {