|
@@ -83,6 +83,9 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
@Value("${scene.pro.new.url}")
|
|
|
private String sceneProNewUrl;
|
|
|
|
|
|
+ @Value("${scene.pro.v3.url}")
|
|
|
+ private String sceneProV3Url;
|
|
|
+
|
|
|
@Value("${queue.modeling.modeling-pre}")
|
|
|
private String queueModelingPre;
|
|
|
|
|
@@ -1513,7 +1516,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
|
|
|
|
|
|
String buildType = "V3";
|
|
|
- String sceneUrl = mainUrl + "/" + sceneProNewUrl;
|
|
|
+ String sceneUrl = mainUrl + "/" + sceneProV3Url;
|
|
|
|
|
|
boolean isObj = jsonObject.containsKey("exportMeshObj") && jsonObject.getIntValue("exportMeshObj") == 1;
|
|
|
|