新增监控日志

This commit is contained in:
tanghc
2019-06-06 15:44:47 +08:00
parent f2692c509e
commit 12fc71dd57
47 changed files with 1056 additions and 96 deletions

View File

@@ -78,6 +78,12 @@ export const constantRoutes = [
name: 'Limit',
component: () => import('@/views/service/limit/index2'),
meta: { title: '限流管理' }
},
{
path: 'log',
name: 'Log',
component: () => import('@/views/service/log/index'),
meta: { title: '监控日志' }
}
]
},