Commit 9c0766d3 authored by lvweichao's avatar lvweichao

update: README.md

parent a9d3ce1a
...@@ -34,3 +34,17 @@ npm run web-dev ...@@ -34,3 +34,17 @@ npm run web-dev
# 增加顶部导航 # 增加顶部导航
1. 配置 */src/config/pageconfig.js* HEADER_CONFIG.menuItems 增加对应项 1. 配置 */src/config/pageconfig.js* HEADER_CONFIG.menuItems 增加对应项
2. 若需要权限控制顶栏是否展示对应项, 需配置 */src/config/pageconfig.js* PAGEMODULE_PERMISSIONNAME 模块对应的权限名。权限名需与服务端返回权限列表中的一级权限保持一致 2. 若需要权限控制顶栏是否展示对应项, 需配置 */src/config/pageconfig.js* PAGEMODULE_PERMISSIONNAME 模块对应的权限名。权限名需与服务端返回权限列表中的一级权限保持一致
# 部署发布流程
## 测试环境(http://clay.yidian-inc.com)
待提测代码push test分支。对应下列三个job 打包部署测试环境
- 1. bp-op-web-service-branch-commit
- 2. bp-op-web-service-branch-assemble
- 3. bp-op-web-service-branch-deploy-qa
## 正式环境(http://opservice.int.yidian-inc.com)K8s
代码push master。
- 1. bp-op-web-service-master-commit
- 2. bp-op-web-service-master-assemble
assemble 完成后, **http://jenkins.yidian-inc.com:8080/job/superfe-bp-opservice/** 填入1 对应的 COMMIT_ID,选择全量发布,部署到生产环境。
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment