提交 21bdf84f authored 作者: wangjiahao's avatar wangjiahao

fix: 移除前端日志

上级 410ac96f
...@@ -213,7 +213,7 @@ export default { ...@@ -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()
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论