fastman3-dfyjapp-callapp
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta.2 • Public • Published

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 });

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

Readme

Keywords

Package Sidebar

Install

npm i fastman3-dfyjapp-callapp

Weekly Downloads

0

Version

2.0.0-beta.2

License

ISC

Unpacked Size

84.6 kB

Total Files

13

Last publish

Collaborators

  • crixusshen