UNPKG

fastman3-dfyjapp-callapp

Version:

h5 call app

86 lines (53 loc) 1.87 kB
<!-- * @Author: zhangkai * @Date: 2022-03-08 10:40:08 * @LastEditors: zhangkai * @LastEditTime: 2025-07-24 11:13:26 * @Description: file content --> # fastman3-dfyjapp-callapp ## CHANGELOG ### v 1.0.0 - 2021.06.30 1. 初始化构建 ### v 1.0.1 - 2021.10.29 1. 新增newcallapp组件,在configcenter中src新增目录callapp,配置callapp所需地址 // v1,v2使用 需要把configuration 传进来 1. 安装依赖包 npm install fastman3-dfyjapp-configcenter; npm install fastman3-dfyjapp-callapp; 2. 在config里引入地址配置 const callAppPluginConfig = require('fastman3-dfyjapp-configcenter/es/callapp/uat')//根据环境配置 config{ // 添加 callAppPluginConfig } export default Object.freeze(extend({}, baseConfig, config, standardConfig)); //使用 import { newCallApp } from "fastman3-dfyjapp-callapp"; import configuration from 'config'; newCallApp({ configuration,location:"top" }); // v3 使用 fastman3-dfyjapp-configcenter下callapp目录下配置路径; import { newCallApp } from "fastman3-dfyjapp-callapp"; newCallApp({location:"top"}); ### v 1.0.4 - 2021.10.29 1. callback跳转路由去除双引号 2. 新增函数callAppUrlV3 可以指定url跳转 ### v 1.0.5 - 2022.5.13 1. 更新下载地址 ### v 2.0.0 - 2022.06.06 1. 兼容统一部署方案 ### v 0.0.3 - 2022.11.8 1. fastman3-dfyjapp-callapp-ul 临时版本,增加callapp参数 ### v 0.0.4 - 2022.11.8 1. fastman3-dfyjapp-callapp-ul 临时版本,调整算法 ### v 2.0.0-beta.3 - 2024.08.08 1. newcallapp组件增加配置参数 ### v 2.0.1 - 2024.08.21 1. newcallapp未安装app情况下,跳转下载页地址写死。 ### v 2.0.2 - 2024.09.03 1. newcallapp组件底部留空白 ### v 2.0.3 - 2025.05.23 1. newcallapp组件支持定位 ### v 2.0.4 - 2025.05.23 1. ios使用universalLink打开app