From ca4d537c4065315be5c5c27cdef733fc383c4b74 Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang@960204@163.com>
Date: 星期四, 13 十一月 2025 08:02:24 +0800
Subject: [PATCH] fix:新分支
---
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