From aff460f55520addc4b381bcca309dd23a16a8d00 Mon Sep 17 00:00:00 2001 From: ccnetcore Date: Sat, 5 Jul 2025 15:23:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7yi.abp.tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Abp.Net8/tool/Yi.Abp.Tool/Yi.Abp.Tool.csproj | 2 +- Yi.Abp.Net8/tool/Yi.Abp.Tool/YiAbpToolModule.cs | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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"); }); }