From ff22b0565c630eb5ee30fdfc30a999a4a4b7651d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 19 二月 2025 17:51:59 +0800
Subject: [PATCH] jtt808初始化
---
admin/src/components/common/RichEditor.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/admin/src/components/common/RichEditor.vue b/admin/src/components/common/RichEditor.vue
index 4ac38b2..ddbe604 100644
--- a/admin/src/components/common/RichEditor.vue
+++ b/admin/src/components/common/RichEditor.vue
@@ -143,7 +143,7 @@
this.editor = Object.seal(editor)
},
onChange (editor) {
- console.log(this.html);
+ // console.log(this.html);
// debugger
if (!this.html||this.content.content==this.html) {
return
--
Gitblit v1.9.3