Your Name
2022-06-28 043265de0da38fcc727bcc60d7c88da4c3c3513f
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,
   }
}
// 布局配置