From 1fc71cc7dd3c0fe338eefcb12dced28b03cac552 Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Wed, 20 Jul 2022 21:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=9A=91=20Vben=20=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8F=82=E6=95=B0=E8=AE=BE=E7=BD=AE=20#59?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{ => Hangfire}/RecurringJobsExtensions.cs | 0 .../Lion.AbpPro.HttpApi.Host.csproj | 80 +++++++++---------- vben28/src/settings/componentSetting.ts | 4 +- 3 files changed, 42 insertions(+), 42 deletions(-) rename aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Extensions/{ => Hangfire}/RecurringJobsExtensions.cs (100%) diff --git a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Extensions/RecurringJobsExtensions.cs b/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Extensions/Hangfire/RecurringJobsExtensions.cs similarity index 100% rename from aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Extensions/RecurringJobsExtensions.cs rename to aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Extensions/Hangfire/RecurringJobsExtensions.cs diff --git a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Lion.AbpPro.HttpApi.Host.csproj b/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Lion.AbpPro.HttpApi.Host.csproj index 42668302..9819d3ec 100644 --- a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Lion.AbpPro.HttpApi.Host.csproj +++ b/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Lion.AbpPro.HttpApi.Host.csproj @@ -10,53 +10,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - + + + + diff --git a/vben28/src/settings/componentSetting.ts b/vben28/src/settings/componentSetting.ts index b2479b7b..18041f18 100644 --- a/vben28/src/settings/componentSetting.ts +++ b/vben28/src/settings/componentSetting.ts @@ -9,13 +9,13 @@ export default { // support xxx.xxx.xxx fetchSetting: { // The field name of the current page passed to the background - pageField: 'page', + pageField: 'pageIndex', // The number field name of each page displayed in the background sizeField: 'pageSize', // Field name of the form data returned by the interface listField: 'items', // Total number of tables returned by the interface field name - totalField: 'total', + totalField: 'totalCount', }, // Number of pages that can be selected pageSizeOptions: ['10', '50', '80', '100'],