Commit bde7fe0ec3c2d56736066b5adc351f231f88f75d

Authored by ly525
1 parent 21d0fe9f

chore: remove console

front-end/h5/src/components/core/editor/right-panel/props.js
@@ -145,7 +145,6 @@ export default { @@ -145,7 +145,6 @@ export default {
145 { 145 {
146 this.editorPositionConfig.map(item => { 146 this.editorPositionConfig.map(item => {
147 const { type, label, key } = item 147 const { type, label, key } = item
148 - console.log(key, commonStyle)  
149 const data = { 148 const data = {
150 props: { 149 props: {
151 value: commonStyle[key], 150 value: commonStyle[key],