From 054ded9f11161462013db20eb213bb015f7cb978 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 01 十二月 2023 14:08:15 +0800
Subject: [PATCH] 组件位置更改

---
 src/views/cockpitPage/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/cockpitPage/index.vue b/src/views/cockpitPage/index.vue
index 248039c..dd707b9 100644
--- a/src/views/cockpitPage/index.vue
+++ b/src/views/cockpitPage/index.vue
@@ -12,7 +12,7 @@
 <script>
 import StatisticalBox from "@/views/cockpitPage/components/StatisticalBox";
 import BackgroundBoardLayout from "@/components/cockpitPage/BackgroundBoardLayout.vue";
-import BarChart from "@/components/cockpitPage/BarChart.vue";
+import BarChart from "@/views/cockpitPage/components/BarChart.vue";
 export default {
   components: {
     StatisticalBox,

--
Gitblit v1.8.0