Newer
Older
CallCenterFront / config / prod.env.js
StephanieGitHub on 15 May 2020 308 bytes MOD: 判断ip决定是否要跳转公共平台
'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://139.198.16.38:20007"'
  // BASE_API: '"http://127.0.0.1:8085"'
}