diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index ff815a25af..959822a2ef 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -1035,7 +1035,7 @@ export default { // 初始化时componentData 加载可能出现慢的情况 此时重新初始化一下matrix if (newVal.length !== this.lastComponentDataLength) { this.lastComponentDataLength = newVal.length - console.log('.initMatrix2') + // console.log('.initMatrix2') this.initMatrix() } }, diff --git a/frontend/src/components/canvas/store/snapshot.js b/frontend/src/components/canvas/store/snapshot.js index d9717c8c6b..173725a674 100644 --- a/frontend/src/components/canvas/store/snapshot.js +++ b/frontend/src/components/canvas/store/snapshot.js @@ -45,7 +45,7 @@ export default { } }, refreshSnapshot(state) { - console.log('refreshSnapshot') + // console.log('refreshSnapshot') // 刷新快照 state.snapshotData = [] state.snapshotStyleData = []