bill 1 年之前
父節點
當前提交
c4e36b4ab5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/sdk/association.ts

+ 1 - 0
src/sdk/association.ts

@@ -473,6 +473,7 @@ export const setMap = (open: boolean, type:string = 'satellite') => {
 
   if (!opened) {
     const latlng = caseProject.value!.tmProject?.latlng.split(',').map(i => Number(i))
+    console.log('open map')
     sdk.enableMap && sdk.enableMap(document.querySelector('#scene-map') as HTMLDivElement, latlng)
     opened = true
   }