lyhzzz 1 年之前
父节点
当前提交
5e413bf02c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/fusion/service/impl/ThreadService.java

+ 1 - 1
src/main/java/com/fdkankan/fusion/service/impl/ThreadService.java

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