From 4303c2bb6885dc52c1e79758a5084d5290c6ae1f Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Fri, 25 Aug 2023 11:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8A=E9=97=B4=E6=8A=A5=E8=AD=A6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=95=B4=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vocalldemo/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vocalldemo/index.html b/vocalldemo/index.html index 803c3bd..38ac886 100644 --- a/vocalldemo/index.html +++ b/vocalldemo/index.html @@ -424,7 +424,7 @@ formdata.append('latidute', tags.lat); formdata.append('content', txt); $.ajax({ - url: "http://52.136.119.150:81/appData/putFile", type: "post", contentType: false, processData: false, dataType: 'json', data: formdata, success: function (res) { + url: "http://152.136.119.150:81/appData/putFile", type: "post", contentType: false, processData: false, dataType: 'json', data: formdata, success: function (res) { if (res.code === 200) { console.log('上报成功'); reportIot(txt); @@ -450,7 +450,7 @@     "platformCode": "DIANXIN", } $.ajax({ - url: "http://52.136.119.150:81/appData/escalation", type: "post", contentType: "application/json;charset=UTF-8", dataType: "json", data: JSON.stringify(data), success: function (res) { + url: "http://152.136.119.150:81/appData/escalation", type: "post", contentType: "application/json;charset=UTF-8", dataType: "json", data: JSON.stringify(data), success: function (res) { let _data = JSON.parse(res.data); if (_data.resultCode == 0) { console.log('上报成功2');