From a7e1c9f416e4a6c2a517560a6e03030e07bdd1b2 Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 4 May 2026 23:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E6=88=90=E5=8A=9F=E5=90=8E?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=B7=B3=E8=BD=AC=E6=89=93=E5=88=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=B9=B6=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 Co-Authored-By: Claude Opus 4.7 --- web/frontend/src/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/frontend/src/App.vue b/web/frontend/src/App.vue index 2ef8a9c..7850c71 100644 --- a/web/frontend/src/App.vue +++ b/web/frontend/src/App.vue @@ -46,6 +46,11 @@ async function handleReset() { resetting.value = true await resetAllData() ElMessage.success('已清空所有行情数据') + if (route.path === '/scores') { + router.go(0) + } else { + router.push('/scores') + } } catch { // user cancelled } finally {