diff --git a/src/views/Jyh/ecosystem/talentMapChart.vue b/src/views/Jyh/ecosystem/components/talentMapChart.vue similarity index 99% rename from src/views/Jyh/ecosystem/talentMapChart.vue rename to src/views/Jyh/ecosystem/components/talentMapChart.vue index 53ed411..4952ef7 100644 --- a/src/views/Jyh/ecosystem/talentMapChart.vue +++ b/src/views/Jyh/ecosystem/components/talentMapChart.vue @@ -21,7 +21,7 @@ import {onMounted, ref, onBeforeUnmount, computed} from 'vue'; // 初始化中国开源人才密度地图 import * as echarts from "echarts"; -import geoJson from './json/china.json'; +import geoJson from '../json/china.json'; const talentMapChart = ref() diff --git a/src/views/Jyh/ecosystem/index.vue b/src/views/Jyh/ecosystem/index.vue index ca1c686..6e06fb2 100644 --- a/src/views/Jyh/ecosystem/index.vue +++ b/src/views/Jyh/ecosystem/index.vue @@ -216,7 +216,7 @@