@@ -105,8 +105,8 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
if(data){
resolve(data)
}
- }catch {
- console.error('没找到', url)
+ }catch(e){
+ console.error('没找到', url, e)
reject()
})