修改加密

This commit is contained in:
haozq 2024-09-20 22:24:26 +08:00
parent f1e1ee8e92
commit fa3f0ca921
1 changed files with 2 additions and 2 deletions

View File

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