更为美观
以下是操作:
1.首先在ruoyi-frameworkpom.xml添加依赖:
<!-- 验证码 -->
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>easy-captcha</artifactId>
<version>1.6.2</version>
</dependency>
2.在ruoyi-admin的CaptchaController中修改getCode方法的代码:
/**
* 生成验证码
*/
@GetMa