add dark mode
add audit conn log
This commit is contained in:
@@ -130,6 +130,12 @@ export const asyncRoutes = [
|
||||
meta: { title: 'LoginLog', icon: 'List' /*keepAlive: true*/ },
|
||||
component: () => import('@/views/login/log.vue'),
|
||||
},
|
||||
{
|
||||
path: '/auditConn',
|
||||
name: 'AuditConn',
|
||||
meta: { title: 'AuditConnLog', icon: 'Tickets' /*keepAlive: true*/ },
|
||||
component: () => import('@/views/audit/connList.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user