feat(路由文件): 注释旧邀请用户活动
This commit is contained in:
parent
4737f12256
commit
993763e3ca
@ -299,12 +299,12 @@ const router = createRouter({
|
|||||||
},
|
},
|
||||||
|
|
||||||
// 邀请页面
|
// 邀请页面
|
||||||
{
|
// {
|
||||||
path: '/invitation-to-register',
|
// path: '/invitation-to-register',
|
||||||
name: 'invitation-to-register',
|
// name: 'invitation-to-register',
|
||||||
component: () => import('../views/Invitation/InviteToRegister.vue'),
|
// component: () => import('../views/Invitation/InviteToRegister.vue'),
|
||||||
meta: { requiresAuth: true },
|
// meta: { requiresAuth: true },
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: '/invitation/invite-new-user',
|
path: '/invitation/invite-new-user',
|
||||||
name: 'invitation-invite-new-user',
|
name: 'invitation-invite-new-user',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user