删除注释

This commit is contained in:
zyy 2020-08-03 17:42:42 +08:00
parent 584fbad941
commit 4954e5e344

View File

@ -239,8 +239,6 @@ export default {
},
setWindowSize() {
this.$nextTick(() => {
// const width = this.$store.state.app.width - 521;
// const height = this.$store.state.app.height - 90;
const width = this.$store.state.app.width;
const height = this.$store.state.app.height - 90;
this.$store.dispatch('config/resize', { width, height });