feat: 添加上分记录管理

This commit is contained in:
2026-01-26 21:04:36 +07:00
parent b0473d9996
commit 98a5d60243
20 changed files with 238 additions and 8 deletions

View File

@@ -27,7 +27,8 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
product: () => import("@/views/product/index.vue"),
referral: () => import("@/views/referral/index.vue"),
subscription: () => import("@/views/subscription/index.vue"),
user: () => import("@/views/user/index.vue"),
user_user: () => import("@/views/user/user/index.vue"),
user_wallet: () => import("@/views/user/wallet/index.vue"),
wallet: () => import("@/views/wallet/index.vue"),
withdraw: () => import("@/views/withdraw/index.vue"),
};