ソースを参照

官网后台访问BUG修复

anderx 4 年 前
コミット
7fb229f4da
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/main/webapp/WEB-INF/views/admin/index.html
  2. 1 1
      src/main/webapp/WEB-INF/views/admin/login.html

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

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