ソースを参照

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