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;