anderx лет назад: 4
Родитель
Сommit
7fb229f4da

+ 1 - 1
src/main/webapp/WEB-INF/views/admin/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml"
 <html xmlns="http://www.w3.org/1999/xhtml"
 	xmlns:th="http://www.thymeleaf.org">
 	xmlns:th="http://www.thymeleaf.org">
-<head th:replace="common::header(~{::title},~{::link},~{::meta})">
+<head th:replace="common::header(~{::title},~{::link},~{})">
 	<title>管理中心首页</title>
 	<title>管理中心首页</title>
 	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/admin/index.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/admin/index.css'}" rel="stylesheet">

+ 1 - 1
src/main/webapp/WEB-INF/views/admin/login.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml"
 <html xmlns="http://www.w3.org/1999/xhtml"
 	xmlns:th="http://www.thymeleaf.org">
 	xmlns:th="http://www.thymeleaf.org">
-<head th:replace="common::header(~{::title},~{::link},~{::meta})">
+<head th:replace="common::header(~{::title},~{::link},~{})">
 	<title>登录页</title>
 	<title>登录页</title>
 	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/admin/login.css'}" rel="stylesheet">
 	<link th:href="${staticHost+'/admin/login.css'}" rel="stylesheet">