From 192a125d016983835ffb8216641c94d22308db79 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 19 Sep 2025 09:40:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(user):=20=E9=87=8D=E6=9E=84=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF=E8=8E=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 12 +++++++++--- src/api/all/login.ts | 2 +- src/stores/modules/user/index.ts | 4 ++-- src/utils/user.ts | 2 +- src/views/login/components/login-form/index.vue | 5 +++-- src/views/login/components/register-form/index.vue | 8 +++++--- 6 files changed, 21 insertions(+), 12 deletions(-) diff --git a/src/App.vue b/src/App.vue index bc49fec..5f23ee8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,18 +8,20 @@