diff --git a/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js b/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js index 47ccf56c..2c3e042b 100644 --- a/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js +++ b/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js @@ -1,9 +1,5 @@ // 统一处理请求restapi function httpRequest(opts) { - var localUrl = 'http://localhost:8035'; - var devUrl = 'http://47.104.19.187:8035'; - var proUrl = 'http://pro'; - var postfix = '/api/'; var urlPath = opts.path || '';