bzkf3 %!s(int64=2) %!d(string=hai) anos
pai
achega
d8a5fbb6e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,