From 987088ae3a1b20e93f808cdb6357b9bc98f5fdd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A3=AB=E6=B6=B5?= <630892807@qq.com> Date: Sun, 31 Jan 2021 22:10:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8F=90=E7=A4=BA=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index bdc3f9b..c01b4d7 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -102,7 +102,7 @@ GOFLY.clickBtn=function (){ },4000); } GOFLY.getNotice=function(){ - $.get("/notice?kefu_id="+this.GOFLY_KEFU_ID,function(res) { + $.get(this.GOFLY_URL+"/notice?kefu_id="+this.GOFLY_KEFU_ID,function(res) { //debugger; if (res.result != null) { var msg = res.result;