xiatian 5 anos atrás
pai
commit
c6680f2aa7

+ 1 - 1
src/components/ckeditor.vue

@@ -72,7 +72,7 @@ export default {
       language: this.language,
       height: this.height,
       width: this.width,
-      extraPlugins: this.extraplugins,
+      extraPlugins: this.extraplugins + ",base64image",
       removeButtons: removeButtonStr,
       removePlugins: removePluginStr
     };

+ 0 - 1
src/modules/examwork/view/notice.vue

@@ -271,7 +271,6 @@
               <div>
                 <ckeditor
                   extrabuttons="Font,FontSize,TextColor"
-                  extraplugins="base64image"
                   :readonly="this.operateType == 'view'"
                   width="650px"
                   v-model="noticeForm.content"