he wei
2023-11-25 d043e9283165ac10757ab4bf536998bf42b98e9b
src/router/routes.js
@@ -30,6 +30,20 @@
    ]
  },
  {
    path: "/realtime",
    component: Layout,
    meta: { title: "实时监控", icon: 'dashboard'},
    name: "realtime",
    children: [
      {
        path: '',
        component: () => import('@/views/realTime'),
        name: 'realtime',
        meta: {title: '实时监控', icon: 'dashboard'}
      },
    ]
  },
  {
    path: "/user",
    component: Layout,
    redirect: '/user/list',