|
@@ -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.min.css" th:href="@{/css/style.min.css}" rel="stylesheet"/>
|
|
@@ -31,7 +31,7 @@
|
|
|
</div>
|
|
|
<div class="col-sm-5">
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
- <h4 style="color:blue">视频会议管理系统</h4>
|
|
|
+ <h4 style="color:blue">一体化前置服务管理系统</h4>
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名"/>
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码"/>
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|