mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改登录页面默认密码
This commit is contained in:
parent
bd1b4f10b8
commit
a09dce19a3
@ -38,16 +38,14 @@
|
||||
<ul>
|
||||
<li class="username">
|
||||
<i></i>
|
||||
<input required pattern="^\S{4,}$" name="username" type="text" autofocus="autofocus" autocomplete="off" title="请输入4位及以上的字符" placeholder="请输入用户名/手机号码">
|
||||
<input required pattern="^\S{4,}$" name="username" value="admin" type="text" autofocus="autofocus" autocomplete="off" title="请输入4位及以上的字符" placeholder="请输入用户名/手机号码">
|
||||
</li>
|
||||
<li class="password">
|
||||
<i></i>
|
||||
<input required pattern="^\S{4,}$" name="password" type="password" autocomplete="off" title="请输入4位及以上的字符" placeholder="请输入密码">
|
||||
<input required pattern="^\S{4,}$" name="password" value="admin" type="password" autocomplete="off" title="请输入4位及以上的字符" placeholder="请输入密码">
|
||||
</li>
|
||||
<li class="text-center">
|
||||
<button type="submit" class="layui-btn layui-disabled" data-form-loaded="立 即 登 入">正 在 载 入</button>
|
||||
<!--<a href="{:url('@admin/register')}">注册账号</a>-->
|
||||
<!--<a class="forget" href="{:url('@admin/login/forget')}">忘记密码?</a>-->
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
@ -55,15 +53,12 @@
|
||||
<!-- 页面表单主体 结束 -->
|
||||
|
||||
<!-- 底部版权信息 开始 -->
|
||||
{if sysconf('site_copy')}
|
||||
<!--{if sysconf('site_copy')}-->
|
||||
<div class="footer notselect">
|
||||
{:sysconf('site_copy')}
|
||||
{if sysconf('miitbeian')}
|
||||
<span>|</span>
|
||||
<a target="_blank" href="http://www.miitbeian.gov.cn">{:sysconf('miitbeian')}</a>
|
||||
{/if}
|
||||
{if sysconf('miitbeian')} <span>|</span> <a target="_blank" href="http://www.miitbeian.gov.cn">{:sysconf('miitbeian')}</a>{/if}
|
||||
</div>
|
||||
{/if}
|
||||
<!--{/if}-->
|
||||
<!-- 底部版本信息 结束 -->
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user