登录界面去除iCheck插件改为自定义css(提升响应速度及部分背景图不适应)

This commit is contained in:
RuoYi
2018-12-12 13:26:01 +08:00
parent e56a7e7e57
commit 583b06ca9a
4 changed files with 66 additions and 5 deletions

View File

@ -1,7 +1,6 @@
$(function() {
validateRule();
$(".i-checks").iCheck({checkboxClass:"icheckbox_square-green-login"});
$('.imgcode').click(function() {
var url = ctx + "captcha/captchaImage?type=" + captchaType + "&s=" + Math.random();
$(".imgcode").attr("src", url);