From 7c212afa71c737f4e52aedf0972bdac9c3a806f6 Mon Sep 17 00:00:00 2001 From: yinq <1345442242@qq.com> Date: Fri, 13 Oct 2023 09:50:16 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E9=A6=96=E9=A1=B5?= 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 | 16 ++++++++-------- src/views/login.vue | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 70c68ce..8c4748c 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 1a1081f..066c91f 100644 --- a/src/views/dashboard/PanelGroup.vue +++ b/src/views/dashboard/PanelGroup.vue @@ -3,11 +3,11 @@
- +
- 访客 + 计划工单数量
@@ -16,11 +16,11 @@
- +
- 消息 + 在制工单数量
@@ -29,11 +29,11 @@
- +
- 金额 + 今日计划产量
@@ -42,11 +42,11 @@
- +
- 订单 + 今日完成产量
diff --git a/src/views/login.vue b/src/views/login.vue index 77c4bfc..f607fcf 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -56,7 +56,7 @@