Переглянути джерело

Merge branch 'staging' of http://pms.inspur.com/web/msr into staging

Casper Dai 2 роки тому
батько
коміт
132d18eaa1
1 змінених файлів з 5 додано та 0 видалено
  1. 5 0
      src/router/index.js

+ 5 - 0
src/router/index.js

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