CN-599 feat: 新报告功能列表开发静态页面

This commit is contained in:
@changcode
2022-06-01 16:33:54 +08:00
parent 0d9b8ddb4d
commit a8b2d9e092
14 changed files with 1082 additions and 65 deletions

View File

@@ -34,6 +34,10 @@ const routes = [
path: '/report/builtIn',
component: () => import('@/views/report/builtinReport')
},
{
path: '/report/test',
component: () => import('@/views/report/reportTest')
},
{
path: '/operationLog',
component: () => import('@/views/settings/OperationLog')