mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
设置默认密码登录
This commit is contained in:
parent
51b2342720
commit
0d8f41dab3
@ -49,6 +49,7 @@
|
||||
class="login-input username"
|
||||
autocomplete="off"
|
||||
autofocus="autofocus"
|
||||
value="admin"
|
||||
placeholder="请输入用户名/手机号码"/>
|
||||
</li>
|
||||
<li>
|
||||
@ -59,6 +60,7 @@
|
||||
name="password"
|
||||
class="login-input password"
|
||||
autocomplete="off"
|
||||
value="Test12345"
|
||||
placeholder="请输入密码"/>
|
||||
</li>
|
||||
<li class="text-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user