@@ -46,6 +46,7 @@ export const enter = (dom, mapDom, isLocal, lonlat) => {
if(data){
resolve(data)
}else{
+ console.error('没找到',url)
reject()
}
})