diff --git a/assets/js/joe.post&page.js b/assets/js/joe.post&page.js index 8ed1cf7..34c4a03 100644 --- a/assets/js/joe.post&page.js +++ b/assets/js/joe.post&page.js @@ -154,7 +154,7 @@ document.addEventListener('DOMContentLoaded', () => { let isSubmit = false; $('.joe_detail__article-protected').on('submit', function (e) { e.preventDefault(); - const url = $(this).attr('action') + '?time=' + +new Date(); + const url = $(this).attr('action') + '&time=' + +new Date(); const protectPassword = $(this).find('input[type="password"]').val(); if (protectPassword.trim() === '') return Qmsg.info('请输入访问密码!'); if (isSubmit) return; diff --git a/public/footer.php b/public/footer.php index 73f19c3..57c9440 100644 --- a/public/footer.php +++ b/public/footer.php @@ -32,7 +32,7 @@