feat: 添加绑定邀请码功能,支持邀请码输入和邀请人员列表展示

This commit is contained in:
2026-01-18 18:07:38 +07:00
parent 3be2362610
commit 7a17102141
3 changed files with 527 additions and 23 deletions

View File

@@ -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"),