作者
novlan1
电子流旧项目上云
igame.qq.com
旧项目逐步上云,包括电子流的几个旧项目。
1. 迁移步骤
- 上云项目发布
- 旧项目重定向
2. 影响
好处
- 维护一套发布流程
- 上云后支持回滚、灰度
其他
- 对用户影响:几乎无感知,重定向,登录态、缓存均生效
- 对开发、测试、产品经理影响:基本无
3. 实现方式
- 业务项目中进行
url
匹配并重定向,而非nginx
或apache
,好处是简单、灵活 - 重定向逻辑放到外链中,而非放到
html
中,好处是易调整 url
中hash
部分同样保留
参数保留的验证链接:
- PC打开:https://igame.qq.com/tip/igame-web/match-apply/#/apply/authentification/10037bfffe1756689489?g=999010&type=2
- 移动端打开:https://igame.qq.com/tip/igame-web/match-apply-mobile/#/audit/company/10037bfffe1756689489?type=2
业务改动点:
- 硬编码的改造,比如拼接的路径
${location.origin}/tip/igame-web
4. 电子流项目汇总
4.1. pmd-mobile/match/match-apply
4.2. pmd-mobile/match/val-apply
名称 | 链接 |
---|---|
无畏 - PC | https://h5.igame.qq.com/pmd-mobile.match.val-apply.match-apply/ |
无畏 - H5 | https://h5.igame.qq.com/pmd-mobile.match.val-apply.match-apply-mobile/ |
4.3. pmd-mobile/match/jcc-apply
名称 | 链接 |
---|---|
金铲铲 - PC | https://h5.igame.qq.com/pmd-mobile.match.jcc-apply.match-apply/ |
金铲铲 - H5 | https://h5.igame.qq.com/pmd-mobile.match.jcc-apply.match-apply-mobile/ |