y595705120 3 년 전
부모
커밋
f2b8a5dcc6
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/components/Tinymce/components/EditorImage.vue

+ 1 - 2
src/components/Tinymce/components/EditorImage.vue

@@ -76,8 +76,7 @@ export default {
         hasSuccess: true,
         width: file.width,
         height: file.height,
-        url : "http://smoa.ndjsxh.cn:8888/preview/"+ uid
-        // url : "http://localhost:8000/api/preview/"+ uid
+        url : "http://smoa.ndjsxh.cn:8888/attach/"+ uid
       }
     },
     handleRemove(file) {