CN-480 feat: 报告下载前端界面开发 部分功能

This commit is contained in:
@changcode
2022-04-12 18:00:01 +08:00
parent 00326be6ea
commit 52db120e36
15 changed files with 438 additions and 9 deletions

View File

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