he wei
2023-11-29 baaee5d47dd0e1ec4e9519a4858418cc36bdc0ab
src/router/routes.js
@@ -44,6 +44,34 @@
    ]
  },
  {
    path: "/switchcontrol",
    component: Layout,
    meta: { title: "交流/直流微断测控", icon: 'dashboard'},
    name: "switchControl",
    children: [
      {
        path: '',
        component: () => import('@/views/switchControl'),
        name: 'switchControl',
        meta: {title: '交流/直流微断测控', icon: 'dashboard'}
      },
    ]
  },
  {
    path: "/power-cabinet-control",
    component: Layout,
    meta: { title: "通信电源柜测控", icon: 'dashboard'},
    name: "powerCabinetControl",
    children: [
      {
        path: '',
        component: () => import('@/views/powerCabinetControl'),
        name: 'powerCabinetControl',
        meta: {title: '通信电源柜测控', icon: 'dashboard'}
      },
    ]
  },
  {
    path: "/user",
    component: Layout,
    redirect: '/user/list',