From b678e389df63bea70b5697ab8845d521e696f164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Mon, 2 May 2022 16:30:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E4=B8=8D=E8=A7=84=E8=8C=83=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chart/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/chart/index.vue b/src/views/chart/index.vue index f24de368..f856da37 100644 --- a/src/views/chart/index.vue +++ b/src/views/chart/index.vue @@ -47,9 +47,9 @@ const chartEditStore = useChartEditStore() // 记录初始化 chartHistoryStoreStore.canvasInit(chartEditStore.getEditCanvas) -const HeaderLeftBtn = loadAsyncComponent(() => import('./contentHeader/headerLeftBtn/index.vue')) -const HeaderRightBtn = loadAsyncComponent(() => import('./contentHeader/headerRightBtn/index.vue')) -const HeaderTitle = loadAsyncComponent(() => import('./contentHeader/headerTitle/index.vue')) +const HeaderLeftBtn = loadAsyncComponent(() => import('./ContentHeader/headerLeftBtn/index.vue')) +const HeaderRightBtn = loadAsyncComponent(() => import('./ContentHeader/headerRightBtn/index.vue')) +const HeaderTitle = loadAsyncComponent(() => import('./ContentHeader/headerTitle/index.vue')) const ContentLayers = loadAsyncComponent(() => import('./contentLayers/index.vue')) const ContentCharts = loadAsyncComponent(() => import('./contentCharts/index.vue')) const ContentConfigurations = loadAsyncComponent(() => import('./contentConfigurations/index.vue'))