y595705120 3 years ago
parent
commit
f2b8a5dcc6
1 changed files with 1 additions and 2 deletions
  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) {