Appearance
getLocation(option)
返回值res.data 为当前经纬度
res.data
TDTRenderRef.value.getLocation().then(res => { console.log(res.data.lnglat); });