From bdaf2fcc04d580a31fd1471e82b34d0023fe73ad Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Mon, 23 May 2022 05:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=88=20=E7=BC=96=E5=86=99=E9=AB=98?= =?UTF-8?q?=E5=BE=B7=E5=9C=B0=E5=9B=BE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/components/AMap/src/Amap.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kicc-ui/src/components/AMap/src/Amap.vue b/kicc-ui/src/components/AMap/src/Amap.vue index dc3e753d..65ea21f8 100644 --- a/kicc-ui/src/components/AMap/src/Amap.vue +++ b/kicc-ui/src/components/AMap/src/Amap.vue @@ -61,7 +61,8 @@ // 地图类型切换插件 map.addControl( new AMap.MapType({ - defaultType: 0 + defaultType: 0, + showRoad: true }) ); });