forked from dyf/dyf-vue-ui
修改大屏。地图主题色,模块加黑色蒙版图片
This commit is contained in:
@ -8,7 +8,7 @@ function initMap(click) {
|
||||
viewMode: '2D', //默认使用 2D 模式
|
||||
zoom: 11, //地图级别
|
||||
center: [114.420739, 30.487514], //地图中心点
|
||||
mapStyle: "amap://styles/8c3efc37298895fd78e6aa0e799e78ce"
|
||||
mapStyle: "amap://styles/darkblue"
|
||||
});
|
||||
|
||||
map.on('click', function (evt) {
|
||||
|
||||
Reference in New Issue
Block a user