From 6f661b9805fb1fd6e1d364bb95ab168485b7680a Mon Sep 17 00:00:00 2001 From: SwtTt29 <2055018491@qq.com> Date: Sat, 6 Dec 2025 15:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/main/resources/static?= =?UTF-8?q?/loginmm.html'?= 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 1027581..e832dbe 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:8081/DL'; // 服务器API地址 + const API_BASE_URL = 'http://8.137.125.67:8081/DL'; // 服务器API地址 async function sendLoginRequest(projectName, userName, password) { try { // 使用URL编码的表单数据