hanbaoshan
2020-08-15 ddb0df2153bc75e54c3f7c1049be663d4d2dba96
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);