Newer
Older
CallCenterFront / config / prod.env.js
dutingting on 9 Mar 2023 519 bytes bug修复
'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.23:8084/callcenter/api"'
  // BASE_API: '"http://139.198.16.38:20007"'
  // BASE_API: '"http://111.198.10.15:11407"'
  // BASE_API: '"http://111.198.10.15:11408"'
  // BASE_API: '"http://192.168.8.201:8083"'
  BASE_API: '"http://11.100.6.142:8082/xzwx"' //--测试
  // BASE_API: '"http://111.198.10.15:11408"' --周甜
}