chore: refactor logs structure

This commit is contained in:
duorameng
2026-05-13 08:57:44 +08:00
parent 449c3a7d1f
commit da2b003b83
5 changed files with 71 additions and 36 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ const router = createRouter({
{ path: 'languages', name: 'languages', component: () => import('@/views/languages/Languages.vue') },
{ path: 'agents', name: 'agents', component: () => import('@/views/agents/Agents.vue') },
{ path: 'history', name: 'history', component: () => import('@/views/history/History.vue') },
{ path: 'logs', name: 'logs', component: () => import('@/views/loginlogs/LoginLogs.vue') },
{ path: 'logs', name: 'logs', component: () => import('@/views/logs/MessageLogs.vue') },
{ path: 'terminal', name: 'terminal', component: () => import('@/views/terminal/Terminal.vue') },
{ path: 'notify', name: 'notify', component: () => import('@/views/notify/Notify.vue') },
{ path: 'settings', name: 'settings', component: () => import('@/views/settings/Settings.vue') }