From 120b271b533452fc0bcf960a4b2aac7055e166de Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Tue, 23 Apr 2024 18:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/commonRequest.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/commonRequest.js b/api/commonRequest.js index f704055..52377be 100644 --- a/api/commonRequest.js +++ b/api/commonRequest.js @@ -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