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

@@ -119,8 +119,6 @@ const props = defineProps<{
inviterId?: number; // 邀请人ID当前登录用户ID
}>();
const router = useRouter();
// 二维码类型
const qrCodeType = ref<'web' | 'miniprogram'>('web');
// 小程序码URL