mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
captcha click add Time
This commit is contained in:
parent
542ba8bc71
commit
c89811f9c7
@ -131,7 +131,7 @@
|
||||
<#--on captcha image click ,new a captcha code-->
|
||||
<#if true==isCaptcha>
|
||||
$('#j_captchaimg').click(function () {//
|
||||
$(this).attr("src", "<@base />/captcha");
|
||||
$(this).attr("src", "<@base />/captcha"+(new Date()).getTime());
|
||||
});
|
||||
</#if>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user