|
|
@@ -71,7 +71,7 @@ var enter = ({
|
|
|
Potree.getFileUrl = getFileUrl //转化为另一种得到url的方法
|
|
|
|
|
|
if(isTemp){
|
|
|
- Potree.settings.cloudPath = 'result/reconstruction/webcloud/cloud.js'
|
|
|
+ Potree.settings.cloudPath = Potree.settings.urls.prefix1 + '/result/reconstruction/webcloud/cloud.js'
|
|
|
}
|
|
|
|
|
|
Potree.start(dom, mapDom, number);
|