From b00f5d3e2ef2d4fa869c2decd1b95efa5123d366 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Mon, 31 Mar 2025 18:40:32 +0800 Subject: [PATCH] 123 --- api/commonRequest.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/commonRequest.js b/api/commonRequest.js index cddc0e6..7a098c6 100644 --- a/api/commonRequest.js +++ b/api/commonRequest.js @@ -1,11 +1,11 @@ let aqEnnable = false // 参数加密开关 //后端路径 -// const commonUrl = "http://36.33.26.201:19090/zhgd/"; +const commonUrl = "http://192.168.0.14:13030/zhgd/"; //前端路径 -const URL_IP="http://36.33.26.201:21624/zhgd-web" +const URL_IP="http://sgwpdm.ah.sgcc.com.cn/zhgd-web" const public_key="04211520e8dc6d2051e67e6e770bd5550268c98105cd3b5b58e9c65958e78e627442343c9f237e01b3f316b1b63d7ddd70a8e6c0690a84c620b2903cb44cdfbe64"; -const commonUrl = "http://127.0.0.1:18080/zhgd/"; +// const commonUrl = "http://192.168.0.14:13030/zhgd/"; // //前端路径 // const URL_IP="http://10.138.225.233:21624/zhgd-web" /* 登录相关 */