mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-14 05:02:36 +08:00
更新于 07-06 01:45
This commit is contained in:
@ -203,7 +203,7 @@
|
||||
$password = $(".password").val();
|
||||
if (!$user || !$password) return;
|
||||
|
||||
$.post('./login', {
|
||||
$.get('./login', {
|
||||
username: $user,
|
||||
password: $password
|
||||
}, function (data) {
|
||||
|
Reference in New Issue
Block a user