feat: 添加团队页面,支持团队成员统计和分页显示

This commit is contained in:
2026-01-18 17:38:40 +07:00
parent 3aeb24335d
commit 3be2362610
4 changed files with 586 additions and 1 deletions

View File

@@ -109,6 +109,11 @@ const routes: Array<RouteRecordRaw> = [
component: () => import("@/views/recharge/records.vue"),
meta: { requiresAuth: true },
},
{
path: "/team",
component: () => import("@/views/team/index.vue"),
meta: { requiresAuth: true },
},
];
const router = createRouter({