fix: 移除前端日志

This commit is contained in:
wangjiahao 2021-06-22 18:38:57 +08:00
parent 410ac96f57
commit 21bdf84fdf

View File

@ -213,7 +213,7 @@ export default {
outStyle: { outStyle: {
handler(newVal, oldVla) { handler(newVal, oldVla) {
this.changeScale() this.changeScale()
console.log('newVal:' + JSON.stringify(newVal) + 'oldVla:' + JSON.stringify(this.outStyleOld)) // console.log('newVal:' + JSON.stringify(newVal) + 'oldVla:' + JSON.stringify(this.outStyleOld))
if (this.outStyleOld && (newVal.width > this.outStyleOld.width || newVal.height > this.outStyleOld.height)) { if (this.outStyleOld && (newVal.width > this.outStyleOld.width || newVal.height > this.outStyleOld.height)) {
this.resizeParentBounds() this.resizeParentBounds()
} }