• HZERO-FRONT


    组件编码 hzero-front

    简介

    1.1 概述

    hzero 服务前端

    1.2 前端服务依赖版本

    前端服务依赖源

    0.11.0(2019-7-26)

    模块 版本 描述
    hzero-front 0.11.0 公共基础依赖
    hzero-front-hagd 0.11.0 分布式事务模块
    hzero-front-hcnf 0.11.0 配置中心模块
    hzero-front-hfile 0.11.0 文件服务模块
    hzero-front-hiam 0.11.0 IAM模块
    hzero-front-himp 0.11.0 导入服务模块
    hzero-front-hmsg 0.11.0 消息服务模块
    hzero-front-hpay 0.11.0 支付服务模块
    hzero-front-hpfm 0.11.0 平台服务模块
    hzero-front-hptl 0.11.0 门户服务模块
    hzero-front-hrpt 0.11.0 报表服务模块
    hzero-front-hsdr 0.11.0 调度服务模块
    hzero-front-hsgp 0.11.0 服务治理模块
    hzero-front-hwfl 0.11.0 工作流模块
    hzero-front-hwfp 0.11.0 新版工作流模块
    hzero-front-hnlp 0.11.0 自然语言处理模块
    hzero-front-hmnt 0.11.0 监控审计服务模块

    注意:hzero-front-hitfhzero-front-hdtt 最新版本为0.10.x

    环境变量:

    变量名 含义 构建后需要替换
    BASE_PATH 部署在子目录时需要改变。 例如 部署在 /demo/ 下; 则该变量的值为 /demo/
    CLIENT_ID hzero 后端进行 OAUTH 认证所需要的客户端参数
    API_HOST 请求接口的地址
    WEBSOCKET_HOST websocket 地址
    ESLINT 由于在提交的时候已经校验过了 所以这里不执行校验以提升打包速度
    PLATFORM_VERSION 系统是OP版还是SAAS版

    注意:0.11.0BPM_HOSTWFP_EDITOR 两个变量默认使用 API_HOST 配置的值,无需再单独配置。

    0.10.0(2019-6-22)

    模块 版本 描述
    hzero-front 0.10.0 公共基础依赖
    hzero-front-hagd 0.10.0 分布式事务模块
    hzero-front-hcnf 0.10.0 配置中心模块
    hzero-front-hfile 0.10.0 文件服务模块
    hzero-front-hiam 0.10.0 IAM模块
    hzero-front-himp 0.10.0 导入服务模块
    hzero-front-hmsg 0.10.0 消息服务模块
    hzero-front-hpay 0.10.0 支付服务模块
    hzero-front-hpfm 0.10.0 平台服务模块
    hzero-front-hptl 0.10.0 门户服务模块
    hzero-front-hrpt 0.10.0 报表服务模块
    hzero-front-hsdr 0.10.0 调度服务模块
    hzero-front-hsgp 0.10.0 服务治理模块
    hzero-front-hwfl 0.10.0 工作流模块
    hzero-front-hwfp 0.10.0 新版工作流模块
    hzero-front-hnlp 0.10.0 自然语言处理模
    hzero-front-hdtt 0.10.0 数据分发模块
    hzero-front-hitf 0.10.0 接口平台模块

    环境变量

    变量名 含义 构建后需要替换
    BASE_PATH 部署在子目录时需要改变。 例如 部署在 /demo/ 下; 则该变量的值为 /demo/
    CLIENT_ID hzero 后端进行 OAUTH 认证所需要的客户端参数
    BPM_HOST 旧版工作流的接口地址
    WFP_EDITOR 新版工作流的接口地址
    API_HOST 请求接口的地址
    WEBSOCKET_HOST websocket 地址
    ESLINT 由于在提交的时候已经校验过了 所以这里不执行校验以提升打包速度
    PLATFORM_VERSION 系统是OP版还是SAAS版