From 55f4c8cda0f426e3a8d31908018a6b9c890bc006 Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang@960204@163.com>
Date: 星期二, 02 十二月 2025 20:04:09 +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