Commit 0433a6c4 by xiaojiang

选择块

parent df4b0b91
...@@ -111,6 +111,11 @@ ...@@ -111,6 +111,11 @@
<div class="card-body login-card-body shadow-100"> <div class="card-body login-card-body shadow-100">
<p class="login-box-msg mt-1 mb-1">{{ __('admin.welcome_back') }}</p> <p class="login-box-msg mt-1 mb-1">{{ __('admin.welcome_back') }}</p>
<div class="login-type">
<div class="type active" id="type_code">验证码登录</div>
<div class="type" id="type_password">密码登录</div>
</div>
<form id="login-form" method="POST" action="{{ admin_url('auth/login') }}"> <form id="login-form" method="POST" action="{{ admin_url('auth/login') }}">
<input type="hidden" name="_token" value="{{ csrf_token() }}" /> <input type="hidden" name="_token" value="{{ csrf_token() }}" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment