From 232bdb2bb622fd4d8e589f0ef77b78a8f31668e7 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 13 Aug 2025 14:41:04 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20PageSpy=20=E4=BD=BF=E7=94=A8=20LoginNam?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/Auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/Auth.js b/src/stores/Auth.js index 033555e..f38ec96 100644 --- a/src/stores/Auth.js +++ b/src/stores/Auth.js @@ -84,7 +84,7 @@ const useAuthStore = create(devtools((set, get) => ({ } })) - loadPageSpy(`${userJson.real_name}-${userJson.VName}`) + loadPageSpy(`${userJson.LoginName}-${userJson.VName}`) }, authenticate: async (usr, pwd) => {