From 899eb4bb7389fc7dddf690104fc1c64d43aa799a Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Wed, 16 Oct 2024 10:45:14 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/model-rich-text/index.vue | 1 -
src/views/layout/components/navbar/index.vue | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/components/model-rich-text/index.vue b/src/components/model-rich-text/index.vue
index e67db0ec..099e4d5f 100644
--- a/src/components/model-rich-text/index.vue
+++ b/src/components/model-rich-text/index.vue
@@ -26,7 +26,6 @@ watch(
content.value = new_content.html;
style_container.value = common_styles_computer(new_style.common_style);
style_img_container.value = common_img_computer(new_style.common_style);
- console.log(new_content.html);
},
{ immediate: true, deep: true }
);
diff --git a/src/views/layout/components/navbar/index.vue b/src/views/layout/components/navbar/index.vue
index 0b2d1f6a..63b929c5 100644
--- a/src/views/layout/components/navbar/index.vue
+++ b/src/views/layout/components/navbar/index.vue
@@ -32,10 +32,10 @@
-
+
-
+