change - 传感器数据平台

master
yinq 2 months ago
parent f7a2e50170
commit 38268e4a62

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="renderer" content="webkit">
<title>能源管理系统首页</title>
<title>传感器数据平台首页</title>
<!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link th:href="@{favicon.ico}" rel="shortcut icon"/>
@ -33,7 +33,7 @@
</div>
<a th:href="@{/index}">
<li class="logo hidden-xs">
<span class="logo-lg">能源管理系统</span>
<span class="logo-lg">传感器数据平台</span>
</li>
</a>
<div class="sidebar-collapse">

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>登录能源管理系统</title>
<meta name="description" content="新疆昆仑能源管理系统">
<title>登录传感器数据平台</title>
<meta name="description" content="新疆昆仑传感器数据平台">
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
@ -27,7 +27,7 @@
</div>
<div class="col-sm-5">
<form id="signupForm" autocomplete="off">
<p align=center><font style="font-size: 24pt; filter: shadow(color=black); width: 71.27%; color: #006666; line-height: 150%; font-family: 华文彩云; height: 60px"><b>能源管理系统</b></font></p>
<p align=center><font style="font-size: 24pt; filter: shadow(color=black); width: 71.27%; color: #006666; line-height: 150%; font-family: 华文彩云; height: 60px"><b>传感器数据平台</b></font></p>
<input type="text" name="username" class="form-control uname" placeholder="用户名" value=""/>
<input type="password" name="password" class="form-control pword" placeholder="密码" value=""/>
<div class="row m-t" th:if="${captchaEnabled==true}">

Loading…
Cancel
Save