chore: 添加登录计时日志并优化部署脚本

- 在登录服务中添加各步骤耗时统计日志
- 精简部署脚本,移除冗余输出与前端构建逻辑
- 更新生产环境默认监听地址为 0.0.0.0
- 延长前端请求超时时间至 120 秒
This commit is contained in:
zhangtao
2026-05-12 20:23:33 +08:00
parent 30042cd035
commit bb1cb722ed
5 changed files with 122 additions and 581 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
ENVIRONMENT = "prod"
# 服务器配置
SERVER_HOST = 'localhost' # 允许访问的IP地址
SERVER_HOST = '0.0.0.0' # 允许访问的IP地址
SERVER_PORT = 8001 # 服务端口
# 文档配置