mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]测试demo登录默认填充账号密码
This commit is contained in:
parent
a0aa6db9f1
commit
2bec95e963
@ -41,13 +41,13 @@
|
||||
<ul>
|
||||
<li>
|
||||
<input name='username' class="hide"/>
|
||||
<input required="required" pattern="^\S{4,}$" value="" name="username"
|
||||
<input required="required" pattern="^\S{4,}$" value="admin" name="username"
|
||||
autofocus="autofocus" autocomplete="off" class="login-input username"
|
||||
title="请输入4位及以上的字符" placeholder="请输入用户名/手机号码"/>
|
||||
</li>
|
||||
<li>
|
||||
<input name='password' class="hide"/>
|
||||
<input required="required" pattern="^\S{4,}$" value="" name="password"
|
||||
<input required="required" pattern="^\S{4,}$" value="admin" name="password"
|
||||
type="password" autocomplete="off" class="login-input password"
|
||||
title="请输入4位及以上的字符" placeholder="请输入密码"/>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user