mirror of
https://gitee.com/wkeyuan/DWSurvey.git
synced 2024-11-29 18:49:26 +08:00
密码口令405错误
This commit is contained in:
parent
b7dff5bf43
commit
df4c45b88a
3
pom.xml
3
pom.xml
@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>net.diaowen</groupId>
|
||||
<artifactId>dwsurvey-oss</artifactId>
|
||||
<version>v.4.0</version>
|
||||
<version>v.4.1</version>
|
||||
<packaging>war</packaging>
|
||||
<name>dwsurvey</name>
|
||||
<description>DWSurvey project for Spring Boot</description>
|
||||
@ -307,6 +307,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>dwsurvey</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<body style="background: rgb(245, 245, 245);">
|
||||
<div class="root-body" style="padding-top: 80px;">
|
||||
<div class="middle-body" style="padding-top:10px;">
|
||||
<form action="" method="post">
|
||||
<form action="" method="get">
|
||||
<div class="middle-body-content" style="text-align: center;">
|
||||
<p class="msg1" style="font-size: 26px;padding:26px;">
|
||||
请先输入口令进入问卷
|
||||
@ -25,7 +25,7 @@
|
||||
</form>
|
||||
<div style="font-size: 12px;color: #323232;text-align: right;display: none;"><p> 如有疑问可以与管理员 <a href="#" class="msg1" style="color: rgb(53, 117, 136);">联系</a> !</p></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer-copyright" style="color: gray;">
|
||||
<%--请委必保留以下内容,自觉保留优先技术支持。--%>
|
||||
<a href="http://www.diaowen.net" style="text-decoration: none;color: rgb(53, 117, 136);">调问网</a> 提供支持
|
||||
@ -33,4 +33,4 @@
|
||||
</div>
|
||||
<%@ include file="/WEB-INF/page/layouts/other.jsp"%>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user