|
|
@@ -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];
|