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" /* 登录相关 */