systemTitle

This commit is contained in:
wanggeng888 2021-04-15 18:14:50 +08:00
parent 3c4bf16087
commit 840fb06f97

View File

@ -2,7 +2,7 @@
<html xmlns:th="http://www.thymeleaf.org">
<head>
<base th:href="${#request.getContextPath() + '/'}">
<title th:text="${loginPageName}"></title>
<title th:text="${systemTitle}"></title>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">