表单提交问题
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 011e8f8..a66007c 100755
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -3,7 +3,8 @@
 

 <head>

     <title>首页</title>

-

+    <meta name="_csrf_header" th:content="${_csrf.headerName}" />

+    <meta name="_csrf_token" th:content="${_csrf.parameterName}" th:value="${_csrf.token}" />

     <meta charset="utf-8"/>

     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">