无人机管理后台前端(已迁走)
张含笑
2025-11-18 bda04c5750d276b687811ad0c8d15d9c1fabc432
feat:新增提示
1 files modified
9 ■■■■■ changed files
src/views/layerManagement/index.vue 9 ●●●●● patch | view | raw | blame | history
src/views/layerManagement/index.vue
@@ -403,6 +403,15 @@
    });
  }
  let polygon = curPolygonPosition.map(item => [item?.lng, item?.lat]);
  if(polygon.length ===0){
    isShowWaringTip.value = false
  }
  if(polygon.length > 0 && !isShowWaringTip.value){
    showToolTipText.value = '测绘区域已绘制完成'
  }else {
    showToolTipText.value = '点击地图生成测绘区域'
  }
 if(polygon.length > 0){
      polygon.push([curPolygonPosition[0]?.lng, curPolygonPosition[0]?.lat])
 }