hanbaoshan
2020-08-14 ea4cf388b11923ae181f17661aae71c0b95fecd5
src/pages/desktop/index/components/DFrame.vue
@@ -64,7 +64,7 @@
      }
    }
  },
  methods: {
    //resize
    mousedown(e) {
@@ -94,8 +94,11 @@
    },
    //resize end
    closeFrame: function () {
      debugger
      this.$store.dispatch('desktop/closeFrame', this.data);
      this.refreshDock();
      //this.refreshDock();
      this.$store.commit('desktop/highlight')
    },
    changeFullScreen: function () {
      this.fullScreen = !this.fullScreen;