diff --git a/Yi.Abp.Net8/tool/Yi.Abp.Tool/Yi.Abp.Tool.csproj b/Yi.Abp.Net8/tool/Yi.Abp.Tool/Yi.Abp.Tool.csproj index 5f5300b6..ac9ed90c 100644 --- a/Yi.Abp.Net8/tool/Yi.Abp.Tool/Yi.Abp.Tool.csproj +++ b/Yi.Abp.Net8/tool/Yi.Abp.Tool/Yi.Abp.Tool.csproj @@ -5,7 +5,7 @@ net8.0 enable enable - 2.0.5 + 2.0.6 橙子老哥 yi-framework框架配套工具 https://ccnetcore.com diff --git a/Yi.Abp.Net8/tool/Yi.Abp.Tool/YiAbpToolModule.cs b/Yi.Abp.Net8/tool/Yi.Abp.Tool/YiAbpToolModule.cs index 0a096351..41934566 100644 --- a/Yi.Abp.Net8/tool/Yi.Abp.Tool/YiAbpToolModule.cs +++ b/Yi.Abp.Net8/tool/Yi.Abp.Tool/YiAbpToolModule.cs @@ -1,5 +1,4 @@ -using Microsoft.Extensions.DependencyInjection; -using Volo.Abp.Http.Client; +using Volo.Abp.Http.Client; using Yi.Abp.Tool.HttpApi.Client; namespace Yi.Abp.Tool @@ -15,7 +14,7 @@ namespace Yi.Abp.Tool Configure(options => { options.RemoteServices.Default = - new RemoteServiceConfiguration("https://ccnetcore.com:19009"); + new RemoteServiceConfiguration("https://data.ccnetcore.com:19009"); // new RemoteServiceConfiguration("http://localhost:19002"); }); }