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/common/header.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/common/header.html b/src/main/resources/templates/common/header.html
index b26d5b3..a951d0d 100644
--- a/src/main/resources/templates/common/header.html
+++ b/src/main/resources/templates/common/header.html
@@ -1,7 +1,7 @@
 <base href="./" th:href="'/'"/>
 <meta charset="utf-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
-<title th:text="${application.wgName}">WGClOUD鐩戞帶绯荤粺</title>
+<title th:text="${application.wgName}">TSSW鐩戞帶绯荤粺</title>
 <!-- Tell the browser to be responsive to screen width -->
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <!-- Font Awesome -->
@@ -33,4 +33,4 @@
 <!-- Toastr -->
 <link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/toastr/toastr.min.css'}">
 <link rel="stylesheet" th:href="@{'/static/logincss/highlighter.css'}">
-<link rel="shortcut icon" type="image/x-icon" th:href="${application.icoUrl}"/>
\ No newline at end of file
+<link rel="shortcut icon" type="image/x-icon" th:href="${application.icoUrl}"/>

--
Gitblit v1.9.1