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 @@
-
+
-
+