From 2768c33f7faa81f7e40f6ec489bef647e803118c Mon Sep 17 00:00:00 2001 From: zouzhibing Date: Thu, 15 Dec 2022 21:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DataScreen/migrationEcharts/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,