添加审计日志界面

This commit is contained in:
bjdgyc
2021-08-17 13:14:13 +08:00
parent 6dcdc9766a
commit d9a3b0152b
7 changed files with 187 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ const routes = [
{path: 'set/system', component: () => import('@/pages/set/System')},
{path: 'set/soft', component: () => import('@/pages/set/Soft')},
{path: 'set/other', component: () => import('@/pages/set/Other')},
{path: 'set/audit', component: () => import('@/pages/set/Audit')},
{path: 'user/list', component: () => import('@/pages/user/List')},
{path: 'user/online', component: () => import('@/pages/user/Online')},