This commit is contained in:
haozq 2025-03-31 18:40:32 +08:00
parent bb69a45b85
commit b00f5d3e2e
1 changed files with 3 additions and 3 deletions

View File

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