mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Login.php
This commit is contained in:
parent
059d54beb5
commit
5fe8f95ddd
@ -28,7 +28,6 @@ class Login extends Controller
|
|||||||
public function in()
|
public function in()
|
||||||
{
|
{
|
||||||
$data = $this->_vali([
|
$data = $this->_vali([
|
||||||
'code.require' => '验证码不能为空!',
|
|
||||||
'phone.mobile' => '手机号码格式错误!',
|
'phone.mobile' => '手机号码格式错误!',
|
||||||
'phone.require' => '手机号码不能为空!',
|
'phone.require' => '手机号码不能为空!',
|
||||||
'password.require' => '登录密码不能为空!',
|
'password.require' => '登录密码不能为空!',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user