From ad0156ee1349d9fbfaa8b961e1916658b5ef566e Mon Sep 17 00:00:00 2001 From: hzjcd <3357883100@qq.com> Date: Fri, 28 Nov 2025 16:00:08 +0800 Subject: [PATCH] Update loginmm.html --- 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编码的表单数据