|
@@ -199,7 +199,7 @@ public class CommonUploadServiceImpl extends ServiceImpl<ICommonUploadMapper, Co
|
|
|
throw new BusinessException(ResultCode.UPLOAD_FILE_ERROR);
|
|
|
}
|
|
|
FileUtil.del(unzipPath);
|
|
|
- return ossUrlPrefix + localGlbPath.replace(OssPath.localPath,"");
|
|
|
+ return localGlbPath.replace(OssPath.localPath,"");
|
|
|
}
|
|
|
|
|
|
private String uploadB3dm(String unzipPath, File modelFile) {
|