From da02d0a78460450b3486e295828c07572b649c98 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 29 Mar 2024 15:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/commonRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/commonRequest.js b/api/commonRequest.js index 7b040b1..58c13f5 100644 --- a/api/commonRequest.js +++ b/api/commonRequest.js @@ -1,4 +1,4 @@ -let aqEnnable = true // 参数加密开关 +let aqEnnable = false // 参数加密开关 const commonUrl = "http://10.40.92.33:18080/zhgd/"; /* 登录相关 */ const login_url = commonUrl + "auth/login"; // 登录url