소스 검색

代码优化

zhouchenglin 7 년 전
부모
커밋
635ccc39c9
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/main/resources/templates/index.html
  2. 1 1
      src/main/resources/templates/login.html
  3. 1 1
      src/main/resources/templates/system/index/main.html

+ 1 - 1
src/main/resources/templates/index.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html xmlns:th="http://www.thymeleaf.org">
+<html>
 <head>
 <meta charset="utf-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">

+ 1 - 1
src/main/resources/templates/login.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html xmlns:th="http://www.thymeleaf.org">
+<html>
 <head>
 <meta charset="utf-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">

+ 1 - 1
src/main/resources/templates/system/index/main.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html xmlns:th="http://www.w3.org/1999/xhtml">
 <head th:include="include/header_css::header('欢迎页')"></head>
 <body>
 <div class="panel panel-default">