dengsixing 1 éve
szülő
commit
d94071bf01

+ 2 - 2
src/main/java/com/fdkankan/contro/service/impl/SceneFileBuildServiceImpl.java

@@ -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;