ApplicationConfiguration

Interface Service: / api / abp / application-configuration

export namespace ApplicationConfiguration {
  export interface Response {
    localization: Localization;
    auth: Auth;
    setting: Value;
    currentUser: CurrentUser;
    features: Value;
  }

  

 

 

 

A, localization is international, the object {values, languages}, wherein the object contains values ​​Default, AbpValidation, AbpIdentity, AbpPermissionManagement, AbpAccount

AbpUi, and its own library and a series of resources

languages ​​are supported by an array of language objects

Second, set the setting, Dictionary, keyvalue

Third, the current user currentUser

 

Guess you like

Origin www.cnblogs.com/cloudsu/p/11737380.html