xiatian 5 лет назад
Родитель
Сommit
c6680f2aa7
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      src/components/ckeditor.vue
  2. 0 1
      src/modules/examwork/view/notice.vue

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