From cf134263a1addb38f39892b85d1cb64a0a9b38fd Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 16 May 2025 10:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=BB=98=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/dashboard/PanelGroup.vue | 143 ++++++++--------------------- src/views/index_v1.vue | 6 +- 3 files changed, 44 insertions(+), 107 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index ca48feb8..757e5ec7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -68,7 +68,7 @@ export const constantRoutes = [ children: [ { path: 'index', - component: () => import('@/views/index'), + component: () => import('@/views/index_v1'), name: 'Index', meta: { title: '首页', icon: 'dashboard', affix: true } } diff --git a/src/views/dashboard/PanelGroup.vue b/src/views/dashboard/PanelGroup.vue index 1a1081fc..04943811 100644 --- a/src/views/dashboard/PanelGroup.vue +++ b/src/views/dashboard/PanelGroup.vue @@ -1,57 +1,19 @@ @@ -63,9 +25,7 @@ export default { CountTo }, methods: { - handleSetLineChartData(type) { - this.$emit('handleSetLineChartData', type) - } + } } @@ -73,13 +33,17 @@ export default { diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index 405cb9e7..dc7b6c01 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -1,7 +1,7 @@