From 30750cc164022ea19adbd88b5fd932771cb8a525 Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Tue, 23 Sep 2025 15:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E8=B0=83=E7=94=A8?= =?UTF-8?q?=20user.get()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/login.uvue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/user/login.uvue b/pages/user/login.uvue index 3400f1c..e3ddef1 100644 --- a/pages/user/login.uvue +++ b/pages/user/login.uvue @@ -96,6 +96,7 @@ const agree = ref(false); // 登录成功 async function toLogin(res: any) { user.setToken(parse(res)!); + user.get(); router.nextLogin(); }