image task list page for admin console is ready

This commit is contained in:
RockYang
2024-10-09 18:17:44 +08:00
parent 52e40daf23
commit ba20717a09
8 changed files with 728 additions and 25 deletions

View File

@@ -233,6 +233,12 @@ const routes = [
meta: {title: '对话管理'},
component: () => import('@/views/admin/ChatList.vue'),
},
{
path: '/admin/images',
name: 'admin-images',
meta: {title: '绘图管理'},
component: () => import('@/views/admin/ImageList.vue'),
},
{
path: '/admin/powerLog',
name: 'admin-power-log',