From 6c2a33996fc42347fed69e4490e63ecb0410c222 Mon Sep 17 00:00:00 2001 From: d266377 Date: Wed, 28 Jan 2026 16:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=81=E5=8A=BF=E6=84=9F=E7=9F=A5=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0-=E5=BC=80=E6=BA=90=E7=94=9F=E6=80=81=E4=B8=8E?= =?UTF-8?q?=E8=B4=A1=E7=8C=AE=E4=BB=B7=E5=80=BC=E5=85=A8=E6=99=AF-?= =?UTF-8?q?=E4=B8=AD=E5=9B=BD=E5=BC=80=E6=BA=90=E4=BA=BA=E6=89=8D=E5=AF=86?= =?UTF-8?q?=E5=BA=A6=E5=9C=B0=E5=9B=BE=E7=BB=84=E4=BB=B6=E6=8A=BD=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Jyh/ecosystem/{ => components}/talentMapChart.vue | 2 +- src/views/Jyh/ecosystem/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/views/Jyh/ecosystem/{ => components}/talentMapChart.vue (99%) 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 @@