From fa3f0ca921045dc596b61e7cbdd7984b9fdacbe1 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Fri, 20 Sep 2024 22:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/commonRequest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/commonRequest.js b/api/commonRequest.js index 4a7b7f2..1cd78ca 100644 --- a/api/commonRequest.js +++ b/api/commonRequest.js @@ -1,10 +1,10 @@ let aqEnnable = true // 参数加密开关 //后端路径 -const commonUrl = "http://36.33.26.201:19090/zhgd/"; +// const commonUrl = "http://36.33.26.201:19090/zhgd/"; //前端路径 const URL_IP="http://36.33.26.201:21624/zhgd-web" -// const commonUrl = "http://127.0.0.1:18080/zhgd/"; +const commonUrl = "http://127.0.0.1:18080/zhgd/"; // //前端路径 // const URL_IP="http://10.138.225.233:21624/zhgd-web" /* 登录相关 */