2.0.0-beta.2 • Published 1 year ago

fastman3-dfyjapp-callapp v2.0.0-beta.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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;

  1. 在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 });

// v3 使用 fastman3-dfyjapp-configcenter下callapp目录下配置路径;

import { newCallApp } from "fastman3-dfyjapp-callapp"; newCallApp({});

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. 兼容统一部署方案
2.0.0-beta.2

1 year ago

2.0.0-beta.1

2 years ago

2.0.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago