From e1e40a5c645b700b156da69dd6d0a4776cff1d3c Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Wed, 19 Apr 2023 19:27:29 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B44=E6=9C=8819=E6=97=A5=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/store.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/store.d.ts b/types/store.d.ts index dbd2c40..a58a2c7 100644 --- a/types/store.d.ts +++ b/types/store.d.ts @@ -41,6 +41,7 @@ export interface UserInfo { tenantid?: string | number; roles: RoleInfo[]; orgCode?: string; + userIdentity?: number } export interface LoginInfo {