|
@@ -738,8 +738,8 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
.getScenePlusExtByPlusId(scenePlus.getId());
|
|
|
|
|
|
//原始计算根目录
|
|
|
- String path = "F:\\test";
|
|
|
-// String path = scenePlusExt.getDataSource();
|
|
|
+// String path = "F:\\test";
|
|
|
+ String path = scenePlusExt.getDataSource();
|
|
|
//全景图计算根目录
|
|
|
String target = path + "_images";
|
|
|
//解压缩文件存放目录
|