面积提取

This commit is contained in:
2023-05-05 16:54:23 +08:00
parent 10dde79643
commit 91ebd23059
5 changed files with 88 additions and 152 deletions

View File

@ -211,7 +211,7 @@
import { ref, onMounted, inject, reactive, watch } from 'vue';
import * as echarts from 'echarts';
import TimeLine from '@/components/TimeLine/TimeLine.vue';
import * as turf from '@turf/turf';
// import * as turf from '@turf/turf';
import { useEcharts } from '@/hooks/useEcharts';
import { getarea, getTownship, getvillage, getareas, dow } from '@/api/crops/classify.js';
import axios from 'axios';