--- fenglin/bbs/reset_pass.php 2025/04/16 01:51:20 1.2 +++ fenglin/bbs/reset_pass.php 2025/04/23 06:19:24 1.4 @@ -1,4 +1,4 @@ - @@ -22,7 +22,7 @@ function reset_flag() function reset_pass(f) { reset_flag(); - instance.post('reset_pass_service.php', { + instance.post('user_service_reset_pass.php', { username: f.username.value, email: f.email.value, }) @@ -108,7 +108,7 @@ const instance = axios.create({ -