wip: 头像列表开发中

This commit is contained in:
kailong321200875
2024-02-28 15:06:37 +08:00
parent 4146716655
commit 7f6464abc4
7 changed files with 59 additions and 2 deletions

View File

@@ -324,6 +324,14 @@ const adminList = [
meta: {
title: 'router.videoPlayer'
}
},
{
path: 'avatars',
component: 'views/Components/Avatars',
name: 'Avatars',
meta: {
title: 'router.avatars'
}
}
]
},
@@ -686,6 +694,7 @@ const testList: string[] = [
'/components/waterfall',
'/components/image-cropping',
'/components/video-player',
'/components/avatars',
'function',
'/function/multiple-tabs',
'/function/multiple-tabs-demo/:id',