zhaojiale
2022-08-04 2e52dcb4fb8766d7d9c0034b7bba3e1d02e24906
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;