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