From 56264552146b474c15e19537c0f0e16fd78df514 Mon Sep 17 00:00:00 2001 From: hzjcd <3357883100@qq.com> Date: Mon, 1 Dec 2025 10:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0SupplyUsersMapper=E3=80=81Use?= =?UTF-8?q?rsMapper=E3=80=81CustomerService=E5=92=8Cloginmm.html=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/loginmm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/loginmm.html b/src/main/resources/static/loginmm.html index 4576522..5a72bbd 100644 --- a/src/main/resources/static/loginmm.html +++ b/src/main/resources/static/loginmm.html @@ -520,7 +520,7 @@ errorElement.classList.remove('show'); } - const API_BASE_URL = 'http://localhost:8080/DL'; // 服务器API地址 + const API_BASE_URL = 'http://8.137.125.67:8080/DL'; // 服务器API地址 async function sendLoginRequest(projectName, userName, password) { try { // 使用URL编码的表单数据