From f5d241a759ab166216712071c48b4ab72beb59ec Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Wed, 12 Nov 2025 16:04:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/src/App.vue | 5 +- .../src/features/auth/pages/LoginPage.vue | 21 ++++++- .../transactions/pages/TransactionsPage.vue | 4 +- apps/frontend/src/lib/api/client.ts | 13 +++- apps/frontend/src/stores/auth.ts | 62 ++++++++++++++++++- 5 files changed, 96 insertions(+), 9 deletions(-) diff --git a/apps/frontend/src/App.vue b/apps/frontend/src/App.vue index a70300a..9412d92 100644 --- a/apps/frontend/src/App.vue +++ b/apps/frontend/src/App.vue @@ -10,7 +10,10 @@ const showAppShell = computed(() => !route.path.startsWith('/auth'));