解决2d姑娘跨域的问题

This commit is contained in:
limqhz
2022-05-02 22:11:21 +08:00
parent 3d9ef9ebca
commit f44f36356d
27 changed files with 213 additions and 77 deletions

View File

@@ -10,7 +10,7 @@
<body class="text-center">
<form class="form-signin" th:action="@{/register}" method="post">
<img class="mb-4" th:src="@{/images/logo/logo7272.jpg}" alt="" width="72" height="72">
<img class="mb-4" th:src="@{/images/logo/logo.png}" alt="" width="72" height="72">
<h1 class="h3 mb-3 font-weight-normal">注册</h1>
<p th:text="${registerMsg}" style="color: red"></p>