feat: IAgree
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user