@@ -1018,14 +1018,14 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
//try {
// props.url = JSON.parse(props.url) //去掉 '\'
- if(props.modelType != 'pointcloud' ){//当前本地版这么写
- let addPrefix = (e)=> Potree.settings.urls.getPrefix(3,props) + e
+ /* if(props.modelType != 'pointcloud' ){//当前本地版这么写
+ let addPrefix = (e)=> Potree.settings.urls.getPrefix(3,props) + '/profile'+ e
if(props.url instanceof Array){
props.url = props.url.map(e=>addPrefix(e))
}else{
props.url = addPrefix(props.url)
}
- }
+ } */
//} catch (e) { }