feat: add powerlog page for admin console

This commit is contained in:
RockYang
2024-03-21 13:46:39 +08:00
parent 0044bf10af
commit 79b7fee47c
7 changed files with 245 additions and 5 deletions

View File

@@ -162,6 +162,12 @@ const routes = [
meta: {title: '对话管理'},
component: () => import('@/views/admin/ChatList.vue'),
},
{
path: '/admin/powerLog',
name: 'admin-power-log',
meta: {title: '算力日志'},
component: () => import('@/views/admin/PowerLog.vue'),
},
]
},