|
@@ -285,10 +285,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
firmwareVersion.put("version", jsonObject.getString("version"));
|
|
|
}
|
|
|
|
|
|
- String sceneUrl = sceneProNewUrl;
|
|
|
- if(!FYunTypeEnum.LOCAL.code().equals(fyunType)){
|
|
|
- sceneUrl = mainUrl + "/" + sceneUrl;
|
|
|
- }
|
|
|
+ String sceneUrl = "/" + sceneProNewUrl;
|
|
|
|
|
|
//重算的场景,先移除该场景对应的容量
|
|
|
if (rebuild == 1) {
|