2 커밋 7f425f3db1 ... e1f1ccfc7d

작성자 SHA1 메시지 날짜
  xzw e1f1ccfc7d Merge branch 'v1.9.0-jm-fix' of http://192.168.0.115:3000/bill/fuse-code into v1.9.0-jm-fix 1 개월 전
  xzw 92e71bb21f fix: 1 1 개월 전
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/sdk/cover/index.js

+ 2 - 1
src/sdk/cover/index.js

@@ -104,7 +104,8 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
         Potree.settings.urls.prefix3 = panoOSSRoot //tile
     }
     if(ossRoot){
-        Potree.settings.urls.panoPrefix = ossRoot //vision.txt
+        //Potree.settings.urls.panoPrefix = ossRoot //vision.txt
+        Potree.settings.urls.setPrefix(8, ossRoot)//vision.txt
     }