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("无数据"); } }; //计算两点之间直线距离