cKey
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
7 additions and
7 deletions
-
aspnet-core/configuration/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json
-
vueJs/src/views/localization-management/languages/types.ts
-
vueJs/src/views/localization-management/resources/types.ts
|
|
|
@ -9,11 +9,11 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"ConnectionStrings": { |
|
|
|
"Default": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456", |
|
|
|
"AppPlatform": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456", |
|
|
|
"AbpTenantManagement": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456", |
|
|
|
"AbpSettingManagement": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456", |
|
|
|
"AbpPermissionManagement": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456", |
|
|
|
"Default": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AppPlatform": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpTenantManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpSettingManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpPermissionManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpLocalizationManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456" |
|
|
|
}, |
|
|
|
"Features": { |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ export class Language extends AuditedEntityDto { |
|
|
|
} |
|
|
|
|
|
|
|
export class GetLanguagesInput extends PagedAndSortedResultRequestDto { |
|
|
|
filter?: string |
|
|
|
filter = '' |
|
|
|
} |
|
|
|
|
|
|
|
export class CreateOrUpdateLanguageInput { |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ export class Resource extends AuditedEntityDto { |
|
|
|
} |
|
|
|
|
|
|
|
export class GetResourcesInput extends PagedAndSortedResultRequestDto { |
|
|
|
filter?: string |
|
|
|
filter = '' |
|
|
|
} |
|
|
|
|
|
|
|
export class CreateOrUpdateResourceInput { |
|
|
|
|