diff --git a/admin/src/components/Wangeditor/index.vue b/admin/src/components/Wangeditor/index.vue index 1d7cdc9b..2f57f8ad 100644 --- a/admin/src/components/Wangeditor/index.vue +++ b/admin/src/components/Wangeditor/index.vue @@ -74,7 +74,7 @@ this.editor = Object.seal(editor) // 一定要用 Object.seal() ,否则会报错 }, handleInput(value) { - console.log(value) + // console.log(value) this.$emit('input', value) } } diff --git a/admin/src/views/qa/qa.vue b/admin/src/views/qa/qa.vue index d50c642d..c83d74cd 100644 --- a/admin/src/views/qa/qa.vue +++ b/admin/src/views/qa/qa.vue @@ -61,7 +61,7 @@
内容
- +
@@ -143,7 +143,7 @@
内容
- +