wupengfei
2025-06-05 5f0b6cfe79b32e32167dc18d7a097a5c19b74e35
feat: UI
2个文件已修改
4 ■■■■ 已修改文件
apps/taro/src/app.config.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/taro/src/constants/router.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/taro/src/app.config.ts
@@ -117,7 +117,7 @@
        'applyAgent/applyAgent',
        'applyResult/applyResult',
        'AgentRecruitment/AgentRecruitment',
        'AgentRecruitmentPoster/AgentRecruitmentPoster',
        // 'AgentRecruitmentPoster/AgentRecruitmentPoster',
        'generatePromotionCode/generatePromotionCode',
        'promotionQrcode/promotionQrcode',
      ],
apps/taro/src/constants/router.ts
@@ -28,7 +28,7 @@
  dashboard = '/subpackages/my/dashboard/dashboard',
  applyAgent = '/subpackages/my/applyAgent/applyAgent',
  agentRecruitment = '/subpackages/my/AgentRecruitment/AgentRecruitment',
  agentRecruitmentPoster = '/subpackages/my/AgentRecruitmentPoster/AgentRecruitmentPoster',
  // agentRecruitmentPoster = '/subpackages/my/AgentRecruitmentPoster/AgentRecruitmentPoster',
  generatePromotionCode = '/subpackages/my/generatePromotionCode/generatePromotionCode',
  applyResult = '/subpackages/my/applyResult/applyResult',
}