From 0dcaa5cb4732a3f5a058d2ef90351867bd522ecc Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 31 Jul 2024 10:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/home/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index 0eb4b31..78310fc 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -579,7 +579,7 @@ } showCurrentNotice(); - setInterval(() => { + setInterval(function () { currentIndex = (currentIndex + 1) % noticeItems.length; showCurrentNotice(); }, 2500);