From 18d6ac5798b9ef96077f592ccc3f94b365006e6a Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 14 二月 2023 17:03:17 +0800
Subject: [PATCH] 增加service

---
 src/main/resources/templates/login/login.html |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/templates/login/login.html b/src/main/resources/templates/login/login.html
index c02062f..36cda5d 100644
--- a/src/main/resources/templates/login/login.html
+++ b/src/main/resources/templates/login/login.html
@@ -3,7 +3,7 @@
 <head>
 	<base href="./" th:href="'/'"/>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-	<title th:text="${application.wgName}">WGClOUD鐩戞帶绯荤粺</title>
+	<title th:text="${application.wgName}">TSSW鐩戞帶绯荤粺</title>
 
 	<meta name="viewport" content="width=device-width,maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
 <link type="text/css" rel="stylesheet" th:href="@{'/static/logincss/components.css'}" />
@@ -15,26 +15,26 @@
 <link type="text/css" rel="stylesheet" th:href="@{'/static/logincss/atmosfero.css'}" />
 
 <link rel="shortcut icon" type="image/x-icon" th:href="${application.icoUrl}"/>
-		
+
 </head>
 <body class="login-page">
 
 <div class="login-box">
 		<div class="login-box-content">
 			<div class="login-logo">
-				<a href="javascript:location.reload();" style="color: #fff;font-size: 16px;font-weight:bold"><img width="60" height="60"  th:src="${application.logoUrl}"><span  style="margin-left:5px;" th:text="${application.wgName}">WGCLOUD</span></a>
+				<a href="javascript:location.reload();" style="color: #fff;font-size: 16px;font-weight:bold"><img width="60" height="60"  th:src="${application.logoUrl}"><span  style="margin-left:5px;" th:text="${application.wgName}">TSSW</span></a>
 	  		</div>
 			<div class="login-box-body">
 			<p class="login-box-msg">璐﹀彿鐧诲綍</p>
 
 		<form id="form1" th:action="@{'/login/login'}"  method="post" onsubmit="setMd5Pwd()" class="form-horizontal">
-	
+
           	<div class="form-group">
            	<div class="col-sm-12">
               		<input id="userName" name="userName" placeholder="杈撳叆璐﹀彿" maxlength="50" autocomplete="off" class="validate[required] form-control" type="text">
             	</div>
           	</div>
-          	
+
           	<div class="form-group">
            	<div class="col-sm-12">
               		<input placeholder='杈撳叆瀵嗙爜' id="passwd" name="passwd" maxlength="30" class="validate[required] form-control" autocomplete="off" type="password">
@@ -43,13 +43,13 @@
           	</div>
 
         	<div class="form-group"  style="color:red;font-weight:bold;text-align: center;" th:text="${error}"></div>
-             	
+
          	<div class="form-group">
            	<div class="col-sm-12">
            		<input value="鐧诲綍" class="btn btn-primary btn-block" type="submit">
             	</div>
           	</div>
-             	
+
           	<div class="form-group">
           	</div>
 		</form>

--
Gitblit v1.9.1