From 56a18b83389ff12cf9d434f18654a1a283d0fc89 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: 星期一, 08 八月 2022 16:16:03 +0800
Subject: [PATCH] 多选树形修改

---
 src/stores/interface/index.ts |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/stores/interface/index.ts b/src/stores/interface/index.ts
index 994b9a5..25c6fd4 100644
--- a/src/stores/interface/index.ts
+++ b/src/stores/interface/index.ts
@@ -10,7 +10,8 @@
 	roles: string[];
 	time: number;
 	userName: string;
-	sign:string;
+	uid:string;
+	projectId:string;
 }
 export interface UserInfosStates {
 	userInfos: UserInfosState;
@@ -41,6 +42,14 @@
 	projectId:string,
 }
 
+export interface loginInfoState {
+	loginUser:{
+		projectId:string,
+		token:string,
+		uid:string,
+	}
+}
+
 // 布局配置
 export interface ThemeConfigState {
 	isDrawer: boolean;

--
Gitblit v1.9.2