From d4d7f9e89fc591ab9e80010ff68de8a3a33d791f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Tue, 19 Nov 2024 15:17:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201.=20=E5=AE=8C=E6=88=90=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD=202.=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E9=A6=96=E9=A1=B5UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- starCloud.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starCloud.js b/starCloud.js index 8eba676..08d961b 100644 --- a/starCloud.js +++ b/starCloud.js @@ -236,7 +236,7 @@ export const useStarCloudStore = defineStore('starCloud', { */ logout(params) { const { uid } = params - if (this.accountInfo.uid === uid) { + if (this.accountInfo?.uid === uid) { this.userInfo = null this.accountInfo = null this.lockInfo = null