src/pages/desktop/index/store/modules/desktop.js
@@ -177,7 +177,7 @@ state.notificationCenterVisible = visible; }, closeFrame: (state, item) => { debugger state.frames.find(function (it, idx) { if (it.id === item.id) { state.frames.splice(idx, 1);