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'))