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',