feat: 添加绑定邀请码功能,支持邀请码输入和邀请人员列表展示
This commit is contained in:
@@ -49,6 +49,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import("@/views/invite/index.vue"),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/bind_invite",
|
||||
component: () => import("@/views/invite/bind.vue"),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/settings",
|
||||
component: () => import("@/views/settings/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user