From d0011e0fce7f245a65790508a01b152286f2f37b Mon Sep 17 00:00:00 2001 From: koogua Date: Sat, 10 Jul 2021 22:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=B8=8A=E8=A7=A3=E5=86=B3=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E9=81=97=E6=BC=8F=E7=9A=84=E5=90=8E=E5=8F=B0=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Admin/Views/public/login.volt | 41 ++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/app/Http/Admin/Views/public/login.volt b/app/Http/Admin/Views/public/login.volt index 98ff7f9f..fe0d458e 100644 --- a/app/Http/Admin/Views/public/login.volt +++ b/app/Http/Admin/Views/public/login.volt @@ -46,13 +46,41 @@ {% block inline_css %} {% endblock %} +{% block include_js %} + + {{ js_include('lib/jquery.min.js') }} + {{ js_include('lib/jquery.buoyant.min.js') }} + + {% if captcha.enabled == 1 %} + + {{ js_include('https://ssl.captcha.qq.com/TCaptcha.js', false) }} + + {% endif %} + +{% endblock %} + {% block inline_js %} - {% if captcha.enabled == 1 %} + - {{ js_include('https://ssl.captcha.qq.com/TCaptcha.js', false) }} + {% if captcha.enabled == 1 %}