modified: public/script.js

This commit is contained in:
IrisVega 2024-07-13 15:26:57 +08:00
parent 351eefc567
commit f693b62f41
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ $(document).ready(function() {
data: JSON.stringify({ username, password }),
success: function(response) {
if (response.success) {
alert('登录成功');
window.location.href = '/main.html';
} else {
alert(response.message);