|
@@ -7,15 +7,10 @@
|
|
|
|
|
|
### branch
|
|
|
- master debug sandbox
|
|
|
-
|
|
|
-### pack
|
|
|
-- 在static/下新建base_config.js
|
|
|
-- base_config.js用于导出正式环境加密用的key,`window.key='对应环境的密钥'`
|
|
|
-- 在index.html中引入
|
|
|
-- 在src/api/crypto.js中,将key替换成window.key
|
|
|
-- 打包完成后,发布不同环境,只需要更改base_config.js中的密钥
|
|
|
+- custom 客户主分支 每周五将要给客户发版的代码合并到此分支上,
|
|
|
+ 如果有要临时给客户发版的内容从此分支拉取代码再进行修改。
|
|
|
|
|
|
### link
|
|
|
- http://8.136.199.33:7778 弘则测试
|
|
|
- https://eta.hzinsights.com 弘则正式
|
|
|
-- https://exptest.hzinsights.com 试用平台
|
|
|
+- https://exptest.hzinsights.com 试用平台
|