|
@@ -347,10 +347,11 @@ export const enter = (dom) => {
|
|
|
|
|
|
let onError = function ( xhr ) {
|
|
|
bus.emit('loadError', xhr)
|
|
|
+ console.log('loadError!!!!!!!!!', prop.url)
|
|
|
}
|
|
|
|
|
|
if(props.type == "glb"){////////////////////////////test
|
|
|
- if(props.url.includes('coffeemat'){
|
|
|
+ if(props.url.includes('coffeemat')){
|
|
|
props.url = '/lib/potree/resources/models/glb/coffeemat.glb'
|
|
|
}
|
|
|
}
|