Commit 3e813464 authored by 朱超's avatar 朱超

地图页面删除调试

parent cf3eef45
......@@ -466,15 +466,15 @@ export default defineComponent({
center: [117.490182, 38.885596],
});
map.on("click", function (e) {
alert(
"您在[ " +
e.lnglat.getLng() +
"," +
e.lnglat.getLat() +
" ]的位置点击了地图!"
);
});
// map.on("click", function (e) {
// alert(
// "您在[ " +
// e.lnglat.getLng() +
// "," +
// e.lnglat.getLat() +
// " ]的位置点击了地图!"
// );
// });
this.servicCenterList.forEach((element, index) => {
const amapGps = this.bd_decrypt(
......@@ -686,15 +686,15 @@ export default defineComponent({
center: [_this.mapBackPostion[0], _this.mapBackPostion[1]],
});
map.on("click", function (e) {
alert(
"您在[ " +
e.lnglat.getLng() +
"," +
e.lnglat.getLat() +
" ]的位置点击了地图!"
);
});
// map.on("click", function (e) {
// alert(
// "您在[ " +
// e.lnglat.getLng() +
// "," +
// e.lnglat.getLat() +
// " ]的位置点击了地图!"
// );
// });
_this.postSupplylist(
map,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment