限流改造

This commit is contained in:
tanghc
2019-05-20 18:14:01 +08:00
parent c39a087e35
commit 8ebc0925cb
32 changed files with 1537 additions and 75 deletions

View File

@@ -76,7 +76,7 @@ export const constantRoutes = [
{
path: 'limit',
name: 'Limit',
component: () => import('@/views/service/limit/index'),
component: () => import('@/views/service/limit/index2'),
meta: { title: '限流管理' }
}
]