Sfoglia il codice sorgente

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

Casper Dai 2 anni fa
parent
commit
132d18eaa1
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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'),