From 043265de0da38fcc727bcc60d7c88da4c3c3513f Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 28 六月 2022 18:50:14 +0800 Subject: [PATCH] '菜单' --- 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