Преглед изворни кода

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;