Browse Source

Merge branch 'pre-production'

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
cac0f9739b
  1. 9
      src/views/distribution/reservation/atlas.vue

9
src/views/distribution/reservation/atlas.vue

@ -90,11 +90,18 @@ watchEffect(() => {
// }, 5000); // }, 5000);
}); });
function initmap() { function initmap() {
details.mapLoc = new AMap.Map('container', {
AMap.plugin("AMap.Geocoder",function(){
details.mapLoc = new AMap.Map('container', {
viewMode: '2D', // 使 2D viewMode: '2D', // 使 2D
zoom: 9, // zoom: 9, //
center: [104.293242, 30.582939], // center: [104.293242, 30.582939], //
}); });
})
} }
function checkgoto() { function checkgoto() {
let ids = []; let ids = [];

Loading…
Cancel
Save