From 759804a99a03d883224f8492a11ed115472693ec Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 21 Nov 2025 19:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20=E5=AF=BC=E5=85=A5=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userGacha/ugo-uid.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/userGacha/ugo-uid.vue b/src/components/userGacha/ugo-uid.vue index 3438c363..b26902da 100644 --- a/src/components/userGacha/ugo-uid.vue +++ b/src/components/userGacha/ugo-uid.vue @@ -199,7 +199,8 @@ async function handleImport(): Promise { await TSUserGacha.mergeUIGF4(dataFind, true); } await showLoading.end(); - showSnackbar.success("导入成功!"); + showSnackbar.success("导入成功!即将刷新页面..."); + window.location.reload(); } async function handleExport(): Promise {