From 7566fa4f68f03572915b8ef1d54eef51a0c81630 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Thu, 7 Mar 2019 13:41:37 +0800 Subject: [PATCH] =?UTF-8?q?#145=20=E6=B8=85=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/js/CSKeFu_Rest_Request.v1.js | 4 ---- 1 file changed, 4 deletions(-) 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 || '';