From 34f22248b481268f4ae7485699f32d830c30eda4 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Wed, 29 Apr 2026 11:12:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B65=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/FullScreenInter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/FullScreenInter.js b/src/layout/FullScreenInter.js index e08706b..ecb8356 100644 --- a/src/layout/FullScreenInter.js +++ b/src/layout/FullScreenInter.js @@ -140,7 +140,7 @@ class FullScreen extends React.Component { } } }, - 1 * 60 * 1000 + 5 * 60 * 1000 ); // 5分钟 = 300000毫秒 };