From ea759b228698ad0a4e632b4dcb295e01a5bb4e4f Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 21 Dec 2023 21:18:40 +0800 Subject: [PATCH] yh --- public/account.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/account.html b/public/account.html index 9ae4fbb..aca7db7 100644 --- a/public/account.html +++ b/public/account.html @@ -86,6 +86,8 @@ if (!window.sessionStorage.getItem('token')) { window.location.href = '/login.html' return; + } else { + this.getUserInfo(); } }, methods: {