|
@@ -3066,8 +3066,8 @@ public class SceneProServiceImpl extends BaseServiceImpl<SceneProEntity, String>
|
|
|
}
|
|
|
//复制打包数据,并且改名
|
|
|
FileUtils.copyFile(path + "/caches/images/" + fileName, imagesBuffer.toString() + "caches/" + planId + ".jpg", true);
|
|
|
-// //将图片打成zip包
|
|
|
- url = mainIntranetUrl + "scene/" + imagesBuf.toString() + "caches/" + planId + ".jpg";
|
|
|
+// //将图片打成zip包,由前端拼接域名
|
|
|
+ url = "scene/" + imagesBuf.toString() + "caches/" + planId + ".jpg";
|
|
|
}
|
|
|
|
|
|
if("video".equals(type)){
|