From 6a3263a29d60bc4a3bd61adcd8e2a7273e37a027 Mon Sep 17 00:00:00 2001 From: Argo-Surface Date: Thu, 22 Nov 2018 16:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8A=9F=E8=83=BD=EF=BC=9A?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=BF=98?= =?UTF-8?q?=E8=AE=B0=E5=AF=86=E7=A0=81=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Account/Login.cshtml | 48 ++++++++++++++++++++++ Bootstrap.Admin/wwwroot/js/login.js | 1 + 2 files changed, 49 insertions(+) diff --git a/Bootstrap.Admin/Views/Account/Login.cshtml b/Bootstrap.Admin/Views/Account/Login.cshtml index d5c975d8..03b2b5d0 100644 --- a/Bootstrap.Admin/Views/Account/Login.cshtml +++ b/Bootstrap.Admin/Views/Account/Login.cshtml @@ -146,3 +146,51 @@ + diff --git a/Bootstrap.Admin/wwwroot/js/login.js b/Bootstrap.Admin/wwwroot/js/login.js index 585aecb0..99581070 100644 --- a/Bootstrap.Admin/wwwroot/js/login.js +++ b/Bootstrap.Admin/wwwroot/js/login.js @@ -8,6 +8,7 @@ $("#dialogNew").modal('show'); break; case "forgot": + $("#dialogForgot").modal('show'); break; } });