feat: 添加推广管理功能,包含推广配置页面及相关表单

This commit is contained in:
2026-01-20 03:14:11 +07:00
parent 0fc54e0f7a
commit 299ea15a88
8 changed files with 198 additions and 2 deletions

View File

@@ -109,6 +109,15 @@ export const generatedRoutes: GeneratedRoute[] = [
i18nKey: 'route.product'
}
},
{
name: 'referral',
path: '/referral',
component: 'layout.base$view.referral',
meta: {
title: 'referral',
i18nKey: 'route.referral'
}
},
{
name: 'user',
path: '/user',