mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-11-29 18:28:09 +08:00
登入页不再默认填入用户名和密码
This commit is contained in:
parent
88382b7663
commit
9206daea40
@ -47,11 +47,11 @@
|
||||
<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="admin">
|
||||
<input type="text" name="ITCode" placeholder="@Model.Localizer["Login.InputUserName"]" class="login-input" autocomplete="off">
|
||||
</li>
|
||||
<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="000000">
|
||||
<input type="password" name="Password" placeholder="@Model.Localizer["Login.InputPassword"]" class="login-input">
|
||||
</li>
|
||||
@*<li>
|
||||
<i><img src="~/images/icon-login03.png" /></i>
|
||||
|
Binary file not shown.
12
README.md
12
README.md
@ -1,15 +1,17 @@
|
||||
# IoTGateway
|
||||
|
||||
## [在线体验](http://online.iotgateway.net/)
|
||||
## [在线体验 http://online.iotgateway.net](http://online.iotgateway.net/)
|
||||
|
||||
- 用户名:`admin` 密码:`iotgateway.net`
|
||||
|
||||
> 基于.NET6的跨平台工业物联网网关
|
||||
>
|
||||
>
|
||||
> B/S架构,可视化配置
|
||||
>
|
||||
>
|
||||
> 南向连接到你的任何设备和系统(如PLC、扫码枪、CNC、数据库、串口设备、上位机、非标设备、OPC Server、OPC UA Server、Mqtt Server等)
|
||||
>
|
||||
>
|
||||
> 北向连接[IoTSharp](https://github.com/IoTSharp/IoTSharp)、[ThingsCloud](https://www.thingscloud.xyz/)、[ThingsBoard](https://thingsboard.io/)、华为云或您自己的物联网平台(MES、SCADA)等进行双向数据通讯
|
||||
>
|
||||
>
|
||||
> 当然也可以进行边缘计算。
|
||||
>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user