|
@@ -428,7 +428,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
firmwareVersion.put("version", jsonObject.getString("version"));
|
|
|
}
|
|
|
|
|
|
- String sceneUrl = mainUrl + "/" + sceneProNewUrl;
|
|
|
+ String sceneUrl = sceneProNewUrl;
|
|
|
|
|
|
//重算的场景,先移除该场景对应的容量
|
|
|
if (rebuild == 1) {
|
|
@@ -1575,7 +1575,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
|
|
|
|
|
|
String buildType = "V3";
|
|
|
- String sceneUrl = mainUrl + "/" + sceneProV3Url;
|
|
|
+ String sceneUrl = sceneProV3Url;
|
|
|
|
|
|
boolean isObj = jsonObject.containsKey("exportMeshObj") && jsonObject.getIntValue("exportMeshObj") == 1;
|
|
|
|