优化登录注册页面

springboot2
RuoYi 2 years ago
parent c8fd0b0470
commit 5b19d33af9

@ -5,7 +5,6 @@ $(function() {
var url = ctx + "captcha/captchaImage?type=" + captchaType + "&s=" + Math.random(); var url = ctx + "captcha/captchaImage?type=" + captchaType + "&s=" + Math.random();
$(".imgcode").attr("src", url); $(".imgcode").attr("src", url);
}); });
layer.config({ extend: 'moon/style.css', skin: 'layer-ext-moon' });
}); });
$.validator.setDefaults({ $.validator.setDefaults({

Loading…
Cancel
Save