diff --git a/config/prod.env.js b/config/prod.env.js index 9ba8ed4..6fb9b89 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -5,5 +5,5 @@ // 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://192.168.8.201:8083"' + // BASE_API: '"http://127.0.0.1:20007"' } diff --git a/config/prod.env.js b/config/prod.env.js index 9ba8ed4..6fb9b89 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -5,5 +5,5 @@ // 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://192.168.8.201:8083"' + // BASE_API: '"http://127.0.0.1:20007"' } diff --git a/src/utils/baseConfig.js b/src/utils/baseConfig.js index 1815c28..c1add2d 100644 --- a/src/utils/baseConfig.js +++ b/src/utils/baseConfig.js @@ -2,7 +2,7 @@ title: '呼叫中心业务平台', type: 'callcenter', // title: '城市协同工作平台', - // // type: 'city', + // type: 'city', ws_ip: '124.205.241.254', ws_port: '28081' }