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 @@