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

@@ -398,6 +398,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: t('router.avatars')
}
},
{
path: 'i-agree',
component: () => import('@/views/Components/IAgree.vue'),
name: 'IAgree',
meta: {
title: t('router.iAgree')
}
}
]
},