소스 검색

fix(types): 安全策略相关

LuoHaoxuan 3 년 전
부모
커밋
1e6dfd7183
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types/src/interface/user.ts

+ 1 - 1
types/src/interface/user.ts

@@ -131,7 +131,7 @@ export interface IViewingProjectUser {
 }
 
 // 安全策略配置
-export interface securityConfiguration {
+export interface ISecurityConfiguration {
   ID: string;
   loginTimes: number;
   accountLockTimes: number;