fcc-core
Version:
Fusion communication center.
13 lines (12 loc) • 397 B
JavaScript
import fsapi from './freeswitchApi'
// import agentapi from './agentgatewayApi'
// const flag = {}
// Object.defineProperty(flag, 'isfreeswitch', {
// get () {
// return window.app.$store.getters.getSysParam('IS_FREE_SWITCH')
// }
// })
// const isfreeswitch = flag.isfreeswitch
// const api = isfreeswitch === '1' ? fsapi : agentapi
// export default api
export default fsapi