1.更新im
2.修改最近提的问题
This commit is contained in:
2025-07-06 15:15:37 +08:00
parent f0a17ff9f1
commit be946d3f0b
56 changed files with 642 additions and 4348 deletions
@@ -32,6 +32,7 @@
import MarkersIcon from '/@/assets/images/markerCricle.png';
import { list } from './DeviceMap.api';
import { message } from 'ant-design-vue';
import {mapCenter} from "/@/utils/mapInfo";
let SelfMap = null;
let BasicMap = null;
@@ -64,7 +65,7 @@
BasicMap = new AMap.Map('container', {
viewMode: '3D', //是否为3D地图模式
// zoom: 11, //初始化地图级别
// center: [108.95, 34.33], //初始化地图中心点位置
center: mapCenter, //初始化地图中心点位置
resizeEnable: true,
});
// 注册搜索插件