|
@@ -120,7 +120,7 @@ public class ThreadService {
|
|
|
ShellUtil.yunUpload(mntFile.getPath(),ossPath);
|
|
|
|
|
|
model.setModelGlbUrl(JSONArray.toJSONString(Arrays.asList(queryPath + ossPath)));
|
|
|
- if(!uploadToOssUtil.existKey(ossPath+"/cloud.js")){
|
|
|
+ if(!uploadToOssUtil.existKey(ossPath+"/webcloud/cloud.js")){
|
|
|
throw new BusinessException(-1,"缺少cloud.js文件");
|
|
|
}
|
|
|
}
|