diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue
index 83cef8379..c9cf8b33e 100755
--- a/resources/assets/js/pages/manage/components/ChatInput/index.vue
+++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue
@@ -163,7 +163,7 @@
- {{$L('正常发送')}}
+ {{$L('普通格式发送')}}
@@ -273,7 +273,7 @@ export default {
toolbar: {
type: Array,
default: () => {
- return ['bold', 'strike', 'italic', 'underline', {'list': 'ordered'}, {'list': 'bullet'}, 'blockquote', 'code-block']
+ return ['bold', 'strike', 'italic', 'underline', 'blockquote', {'list': 'ordered'}, {'list': 'bullet'}]
},
},
maxlength: {
@@ -637,6 +637,7 @@ export default {
// Options
this._options = Object.assign({
theme: 'bubble',
+ formats: ['bold', 'strike', 'italic', 'underline', 'blockquote', 'list', 'link', 'image'],
readOnly: false,
placeholder: this.placeholder,
modules: {