feat(shopDealerApply): 添加经销商申请功能

- 新增经销商申请相关接口和模型
- 实现经销商申请列表、搜索和编辑功能
- 添加管理员用户添加接口- 更新用户模型,增加推荐人ID字段
- 在角色接口中添加租户ID请求头
- 简化登录和注册页面代码
- 新增经销商申请相关的搜索和编辑组件
This commit is contained in:
2025-09-06 00:58:29 +08:00
parent 23143552f0
commit f5a1686de1
18 changed files with 982 additions and 327 deletions

View File

@@ -33,6 +33,7 @@ export const REPEATABLE_TABS: string[] = [];
export const WHITE_LIST: string[] = [
'/login',
'/register',
'/dealer/register',
'/forget',
'/wx-work-login',
'/token-login',