This commit is contained in:
liuye
2023-06-20 16:20:19 +08:00
parent cf74b93ece
commit bee1831aef

View File

@@ -310,6 +310,9 @@ export default {
name: row.title, // 位置名
address: row.address, // 地址详情说明
scale: row.zoom, // 地图缩放级别,整形值,范围从1~28。默认为16
fail: () => {
location.reload()
}
});
}
},