diff --git a/src/components/DataScreen/migrationEcharts/index.vue b/src/components/DataScreen/migrationEcharts/index.vue index 6ec256d..1148d23 100644 --- a/src/components/DataScreen/migrationEcharts/index.vue +++ b/src/components/DataScreen/migrationEcharts/index.vue @@ -7,7 +7,7 @@ import { EChartsType } from 'echarts/core' import { onMounted } from 'vue' import { cityIconData } from './data.js' - import logo from '@/assets/logo.png' + import logo from '@/assets/image/logo.png' const props = defineProps({ className: { type: String,