Explorar el Código

fix(types): 安全策略相关

LuoHaoxuan hace 3 años
padre
commit
1e6dfd7183
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;