feat: IAgree

This commit is contained in:
kailong321200875
2024-02-29 15:05:05 +08:00
parent ab25622b66
commit abb69064df
13 changed files with 200 additions and 12 deletions

View File

@@ -332,6 +332,14 @@ const adminList = [
meta: {
title: 'router.avatars'
}
},
{
path: 'i-agree',
component: 'views/Components/IAgree',
name: 'IAgree',
meta: {
title: 'router.iAgree'
}
}
]
},
@@ -695,6 +703,7 @@ const testList: string[] = [
'/components/image-cropping',
'/components/video-player',
'/components/avatars',
'/components/i-agree',
'function',
'/function/multiple-tabs',
'/function/multiple-tabs-demo/:id',