@@ -427,6 +427,11 @@ export const asyncRoutes = [
}
]
},
+ {
+ path: 'device/log',
+ component: () => import('@/views/platform/device-log/index'),
+ meta: { title: '抓取异常日志' }
+ },
{
path: 'template',
component: () => import('@/views/broadcast/template/index'),