feat: 完善员工门户功能及ERP集成

主要修改:
- 完善员工门户CRM模块(经销商、线索管理)
- 添加ERP客户选择器集成
- 优化登录认证和租户选择
- 添加超时配置、企业微信集成等文档
- 更新docker-compose配置
- 将.pid临时文件加入gitignore

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
大壮
2026-05-22 09:46:54 +00:00
parent 5cb9e367df
commit 226f119607
65 changed files with 2988 additions and 831 deletions

View File

@@ -9,7 +9,7 @@ services:
container_name: hzhub-ai-web
restart: always
ports:
- "5137:5137"
- '5137:5137'
environment:
# 后端 API 地址 - 运行时通过 nginx 代理
# 在完整 docker-compose 中应设置为: http://backend:6039