feat: 添加推广管理功能,包含推广配置页面及相关表单
This commit is contained in:
@@ -25,6 +25,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
|
||||
kyc: () => import("@/views/kyc/index.vue"),
|
||||
news: () => import("@/views/news/index.vue"),
|
||||
product: () => import("@/views/product/index.vue"),
|
||||
referral: () => import("@/views/referral/index.vue"),
|
||||
user: () => import("@/views/user/index.vue"),
|
||||
wallet: () => import("@/views/wallet/index.vue"),
|
||||
withdraw: () => import("@/views/withdraw/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user