forked from drone/command-center-dashboard

罗广辉
2025-03-29 e03be13c4a3f5f89487a01b47e0582f617325865
src/router/views/index.js
@@ -5,15 +5,15 @@
  {
    path: '/',
    component: () => import('@/layout/index.vue'),
    redirect: '/home',
    redirect: '/index',
    children: [
      {
        path: 'home',
        path: 'index',
        name: '首页',
        meta: {
          i18n: 'dashboard',
        },
        component: () => import(/* webpackChunkName: "index" */ '@/views/Home/Home.vue'),
        component: () => import(/* webpackChunkName: "home" */ '@/views/Home/Home.vue'),
      },
      {
        path: 'taskManage',