feat: 升级yi.abp.tool
This commit is contained in:
@@ -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<AbpRemoteServiceOptions>(options =>
|
||||
{
|
||||
options.RemoteServices.Default =
|
||||
new RemoteServiceConfiguration("https://ccnetcore.com:19009");
|
||||
new RemoteServiceConfiguration("https://data.ccnetcore.com:19009");
|
||||
// new RemoteServiceConfiguration("http://localhost:19002");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user