gcx/frontend/miniapp/src
hailin 535f53041f feat(deploy): Nginx反向代理 + SSL + 前端切换域名
部署架构:
- Nginx (跳板机 14.215.128.96) → Kong (192.168.1.222:48080)
- SSL: Let's Encrypt 证书已为 api.gogenex.com 签发
- HTTP 自动 301 → HTTPS

前端 API 地址:
- genex-mobile: https://api.gogenex.com (ApiClient + UpdateService)
- miniapp: https://api.gogenex.com (development config)
- 备案完成后切回 https://api.gogenex.cn

Namecheap DNS 新增:
- admin.gogenex.com → 154.84.135.121
- ws.gogenex.com → 154.84.135.121

备注:
- gogenex.cn 的 80/443 端口被世纪互联 ISP 拦截,需完成 ICP 备案
- admin/ws 子域名的 SSL 证书待 DNS 传播后申请

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 00:00:58 -08:00
..
assets/images fix(branding): 统一Logo色调与App主色调 #6C5CE7 2026-02-23 18:12:35 -08:00
components fix(i18n): 清除前端页面中残留的硬编码中文 2026-02-23 21:27:24 -08:00
config feat(deploy): Nginx反向代理 + SSL + 前端切换域名 2026-03-02 00:00:58 -08:00
i18n fix(i18n): 清除前端页面中残留的硬编码中文 2026-02-23 21:27:24 -08:00
pages fix(i18n): 清除前端页面中残留的硬编码中文 2026-02-23 21:27:24 -08:00
services fix(api): 修复前后端 API 对接 — 响应结构+字段名对齐 2026-02-23 21:39:26 -08:00
store fix(api): 修复前后端 API 对接 — 响应结构+字段名对齐 2026-02-23 21:39:26 -08:00
utils feat: 全平台API对齐 — 4个前端应用55+页面接入真实后端API 2026-02-22 22:53:07 -08:00