态势感知平台-开源生态与贡献价值全景-中国开源人才密度地图组件抽离

This commit is contained in:
d266377
2026-01-28 16:42:01 +08:00
parent 119b2f0ec5
commit 6c2a33996f
2 changed files with 2 additions and 2 deletions

View File

@@ -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()

View File

@@ -216,7 +216,7 @@
<script lang="ts" setup>
import { onMounted, ref, nextTick, watch, onUnmounted, computed } from 'vue';
import * as echarts from 'echarts';
import TalentMapChart from './TalentMapChart.vue'
import TalentMapChart from './components/talentMapChart.vue'
import InfrastructureCoverageChart from './components/InfrastructureCoverageChart.vue'
import UniversityClubStatsChart from './components/UniversityClubStatsChart.vue'
import CommunityGovernanceHealthChart from './components/CommunityGovernanceHealthChart.vue'