xiatian 5 vuotta sitten
vanhempi
commit
c6680f2aa7
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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"