This commit is contained in:
2025-05-19 11:44:36 +09:00
2 changed files with 155 additions and 1 deletions

View File

@ -182,7 +182,7 @@ $(function () {
const token = response.token;
localStorage.setItem('authToken', token);
alert('ログイン成功!');
window.location.href = 'index.html';
window.location.href = 'userhome.html';
$('#loginModal').fadeOut();
},
error: function () {