diff --git a/maxkey-web-maxkey/src/main/resources/templates/views/login.ftl b/maxkey-web-maxkey/src/main/resources/templates/views/login.ftl index 052821b73..bfc44c22d 100644 --- a/maxkey-web-maxkey/src/main/resources/templates/views/login.ftl +++ b/maxkey-web-maxkey/src/main/resources/templates/views/login.ftl @@ -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()); });