登入页面提示用户名密码
This commit is contained in:
parent
48cf747284
commit
dd0d795400
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -46,12 +46,12 @@
|
||||
<ul class="loginForm">
|
||||
<li>
|
||||
<i><img src="~/images/icon-login04.png" /></i>
|
||||
<input type="text" name="ITCode" placeholder="@Model.Localizer["Login.InputUserName"]" class="login-input" autocomplete="off" value="@Model.ITCode">
|
||||
</li>
|
||||
<input type="text" name="ITCode" placeholder="admin" class="login-input" autocomplete="off" value="@Model.ITCode">
|
||||
</li>@*@Model.Localizer["Login.InputUserName"]*@
|
||||
<li>
|
||||
<i style="width: 16px;"><img src="~/images/icon-login01.png" /></i>
|
||||
<input type="password" name="Password" placeholder="@Model.Localizer["Login.InputPassword"]" class="login-input" value="@Model.Password">
|
||||
</li>
|
||||
<input type="password" name="Password" placeholder="000000" class="login-input" value="@Model.Password">
|
||||
</li>@*@Model.Localizer["Login.InputPassword"]*@
|
||||
<li>
|
||||
<i><img src="~/images/icon-login03.png" /></i>
|
||||
<input type="text" name="VerifyCode" placeholder="@Model.Localizer["Login.InputValidation"]" class="login-input">
|
||||
|
Binary file not shown.
BIN
iotgateway.db
BIN
iotgateway.db
Binary file not shown.
Loading…
Reference in New Issue
Block a user