From 64b7c4bd573d53a0d6eb3c72c6918f670b23d9b8 Mon Sep 17 00:00:00 2001 From: luolan Date: Wed, 9 Jul 2025 15:40:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=E5=92=8C?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E8=A7=92=E8=89=B2=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=99=A8=E8=B7=AF=E7=94=B1=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99SQL=E8=84=9A=E6=9C=AC=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/Identity/Pages/Account/Login.cshtml | 127 +++++++++--------- .../Controllers/Admin/AdminRoleControllers.cs | 2 +- AGSS/Controllers/User/UserControllers.cs | 2 +- Areas/Identity/Pages/Account/Register.cshtml | 1 + script.sql | 101 +------------- 5 files changed, 68 insertions(+), 165 deletions(-) create mode 100644 Areas/Identity/Pages/Account/Register.cshtml diff --git a/AGSS/Areas/Identity/Pages/Account/Login.cshtml b/AGSS/Areas/Identity/Pages/Account/Login.cshtml index 0328355..f707aa1 100644 --- a/AGSS/Areas/Identity/Pages/Account/Login.cshtml +++ b/AGSS/Areas/Identity/Pages/Account/Login.cshtml @@ -5,73 +5,72 @@ ViewData["Title"] = "登录"; } -

@ViewData["Title"]

-
-
-
-
-

使用本地账户登录。

-
- -
- - - -
-
- - - -
-
-