修改加密
This commit is contained in:
parent
f1e1ee8e92
commit
fa3f0ca921
|
|
@ -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"
|
||||
/* 登录相关 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue