Browse Source

Merge pull request '更新 'src/main/resources/static/loginmm.html'' (#7) from update-loginmm into master

Reviewed-on: http://8.137.125.67:4000/SwtTt29/Webpage--users/pulls/7
master
SwtTt29 3 months ago
parent
commit
dbc3272c93
  1. 2
      src/main/resources/static/loginmm.html

2
src/main/resources/static/loginmm.html

@ -520,7 +520,7 @@
errorElement.classList.remove('show'); errorElement.classList.remove('show');
} }
const API_BASE_URL = 'http://8.137.125.67:8081/DL'; // 服务器API地址 const API_BASE_URL = 'http://8.137.125.67:8080/DL'; // 服务器API地址
async function sendLoginRequest(projectName, userName, password) { async function sendLoginRequest(projectName, userName, password) {
try { try {
// 使用URL编码的表单数据 // 使用URL编码的表单数据

Loading…
Cancel
Save