From 6f2f237599c2dde492f21e3cbecd9c191ed87d37 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Jul 2021 02:05:14 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=8E=2007-06=2002:05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- panel/public/login.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/panel/public/login.html b/panel/public/login.html index 4fdca9b..c656447 100755 --- a/panel/public/login.html +++ b/panel/public/login.html @@ -161,12 +161,12 @@

JS-TOOL面板

@@ -198,12 +198,12 @@ cache: false }); - $("#login").click(function () { + $("#auth").click(function () { $user = $(".username").val(); $password = $(".password").val(); if (!$user || !$password) return; - $.post('./login', { + $.post('./auth', { username: $user, password: $password }, function (data) {