xzw 2 月之前
父节点
当前提交
79ee5dddc6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/sdk/cover/index.js

+ 2 - 2
src/sdk/cover/index.js

@@ -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()
                     }
                 })