update
1.更新im 2.修改最近提的问题
This commit is contained in:
@@ -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,
|
||||
});
|
||||
// 注册搜索插件
|
||||
|
||||
Reference in New Issue
Block a user