Parcourir la source

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

Casper Dai il y a 2 ans
Parent
commit
132d18eaa1
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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'),