From a266ece06a2a4c906e5377d3417962fa3760aef6 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Wed, 29 Jun 2022 18:31:53 +0800
Subject: [PATCH] 'lct'
---
src/stores/interface/index.ts | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/stores/interface/index.ts b/src/stores/interface/index.ts
index 2690f4b..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;
@@ -38,6 +39,15 @@
routesList: string[];
isColumnsMenuHover: Boolean;
isColumnsNavHover: Boolean;
+ projectId:string,
+}
+
+export interface loginInfoState {
+ loginUser:{
+ projectId:string,
+ token:string,
+ uid:string,
+ }
}
// 布局配置
--
Gitblit v1.9.2