From 5294aefbbd66ac18e5dd3e9cd79afdf511f4e2cd Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 24 Mar 2023 03:03:50 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EB=8F=99=ED=96=A5=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=20=EC=95=88=EB=82=B4=20=EC=8B=9C=EA=B0=84=20=EB=8B=A8=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageFront.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index 9c6c0469..82019b2b 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -447,14 +447,14 @@ watch(refreshCounter, async () => { title: "갱신 완료", body: `동향 변경이 있습니다.`, }, - { delay: 1000 * 3 } + { delay: 100 * 15 } ); } else { toasts.success( { title: "갱신 완료", }, - { delay: 1000 * 3 } + { delay: 100 * 5 } ); }