UNPKG

fastman3-dfyjapp-callapp

Version:

h5 call app

20 lines 769 B
/* * @Author: zhangkunjie * @Date: 2021-10-22 16:00:05 * @Company: orientsec.com.cn * @Description: callapp 提供给fastman框架使用 */ require(process.env.TARO_ENV ? "./newCallAppV3.scss" : "./newCallApp.scss"); var callappUrl; if (process.env.APP_ENV == "prod") { callappUrl = require("fastman3-dfyjapp-configcenter/es/callapp/prod"); } else if (process.env.APP_ENV == "mock") { callappUrl = require("fastman3-dfyjapp-configcenter/es/callapp/mock"); } else { callappUrl = require("fastman3-dfyjapp-configcenter/es/callapp/integrate.h5"); } import { getCallAppHelper } from "./callAppBase"; var _a = getCallAppHelper(callappUrl.Transfer_URLS), newCallApp = _a.newCallApp, callAppUrlV3 = _a.callAppUrlV3; export { newCallApp, callAppUrlV3 };