mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-19 17:13:46 +08:00
更新于 07-06 01:26
This commit is contained in:
@@ -7,7 +7,7 @@ $("#login").click(function () {
|
||||
$password = $(".password").val();
|
||||
if (!$user || !$password) return;
|
||||
|
||||
$.post('./auth', {
|
||||
$.post('./login', {
|
||||
username: $user,
|
||||
password: $password
|
||||
}, function (data) {
|
||||
|
Reference in New Issue
Block a user