feat: 日志页面

This commit is contained in:
chenjinsong
2022-05-18 15:23:38 +08:00
parent 8aaae91a21
commit 8b59095d60
2 changed files with 33 additions and 0 deletions

View File

@@ -57,6 +57,10 @@ const routes = [
{
path: '/temp',
component: () => import('@/views/Temp')
},
{
path: '/businessLog/viewer',
component: () => import('@/views/businessLog/Viewer')
}
]
}