服务部署

This commit is contained in:
haozq 2024-04-23 18:23:20 +08:00
parent 9a0ad4a729
commit 120b271b53
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
let aqEnnable = false // 参数加密开关
let aqEnnable = true // 参数加密开关
//后端路径
const commonUrl = "http://127.0.0.1:18080/zhgd/";
const commonUrl = "http://192.168.0.14:18080/zhgd/";
//前端路径
const URL_IP="http://192.168.0.7:1616"
const URL_IP="http://192.168.0.14:21624/zhgd-web"
/* 登录相关 */
const login_url = commonUrl + "auth/login"; // 登录url
const login_out = commonUrl + "auth/logout"; // 登出url