bzkf3 2 년 전
부모
커밋
d8a5fbb6e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/TinymceVue/index.vue

+ 1 - 1
src/components/TinymceVue/index.vue

@@ -51,7 +51,7 @@ let isTyping = false
 function init() {
   const options = {
     selector: `#${props.id}`,
-    base_url: '/tiny',
+    base_url: `${window.GLOBAL_CONFIG.base}/tiny`,
     language: 'zh-Hans',
     // skin: false,
     toolbar1: props.toolbar1,