优化登录页验证码,当设置验证码规则为 0 的时候,不使用懒加载

This commit is contained in:
thinkgem
2020-03-12 21:46:06 +08:00
parent 08467b41d3
commit aeb98bec83
2 changed files with 1 additions and 8 deletions

View File

@@ -62,13 +62,6 @@
<version>${project.parent.version}</version>
</dependency>
<!-- 业务流程管理 -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-bpm</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- Spring Boot -->
<dependency>
<groupId>org.springframework.boot</groupId>