Newer
Older
CallCenterFront / config / prod.env.js
liyaguang on 27 Jun 2023 499 bytes fix(*): 代录事件动态计数
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://119.254.103.80:14537"',
  // BASE_API: '"http://10.18.0.23:8083/callcenter/api"'
  // BASE_API: '"http://10.18.0.94:8083/callcenter/api"'
  // BASE_API: '"http://11.100.6.163:8083/callcenter/api"'
  BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
  // BASE_API: '"http://localhost:8083/callcenter/api"'
  // BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
  // BASE_API: '"http://127.0.0.1:8085"'
}