yusheng 1 년 전
부모
커밋
e2976c06d5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/utils/file.js

+ 1 - 2
src/utils/file.js

@@ -8,8 +8,7 @@ export function getImageUrl(path) {
   }
   let fileNames = path.split('/');
   let url =
-    window.location.origin +
-    '/api/main/file/getFile?objectName=' +
+    'https://37xu1hy03623.vicp.fun//api/main/file/getFile?objectName=' +
     path +
     '&fullfilename=' +
     fileNames[fileNames.length - 1];