Forráskód Böngészése

Merge branch 'refactor' of http://gogs.seec.seecoder.cn/FanYanPeng/EAIFrontend into refactor

XiaoYu 1 éve
szülő
commit
7fb05993aa
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/WordEditor/WordEditor.vue

+ 1 - 1
src/components/WordEditor/WordEditor.vue

@@ -6,7 +6,7 @@
 <template>
     <DocumentEditor
         id="docxEditor"
-        documentServerUrl="http://139.196.252.184:8082/"
+        documentServerUrl="https://docx.seec.seecoder.cn/"
         :config="config"
         :events_onDocumentReady="onDocumentReady"
         :onLoadComponentError="onLoadComponentError"