y595705120 hace 3 años
padre
commit
f2b8a5dcc6
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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) {