From 971f1f0fd440827ee7fa9820f0a0a316aaed4ea0 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Wed, 7 Aug 2024 16:15:57 +0800 Subject: [PATCH] 111 --- src/view/sy_mapcopy.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/view/sy_mapcopy.vue b/src/view/sy_mapcopy.vue index 1e3e668..eca51ba 100644 --- a/src/view/sy_mapcopy.vue +++ b/src/view/sy_mapcopy.vue @@ -119,7 +119,7 @@ v-for="(item, index) in jbfwqTotal" :key="index" > -
{{ item.name }}
+
{{ item.name}}
{ ); //中心点缩放 }, 500); } else { - console.log("无数据11"); + console.log('无数据11'); ElMessage.warning("无数据"); } } @@ -2192,7 +2192,7 @@ const addggfwq = () => { // console.log("最大距离:", maxDistance,data.zoomLevel); drawACircle(maxDistance); } else { - ElMessage.warning("无数据"); + ElMessage.warning("无数据"); } }; //计算两点之间直线距离