From 9c3d55bf7ad8c9d373dd542e0321e94c8e457ee1 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 17 一月 2025 11:32:54 +0800 Subject: [PATCH] 更新ui报错提示,增加登录日志 --- BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankSeries.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankSeries.cs b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankSeries.cs index 0ce2c90..9e40baf 100644 --- a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankSeries.cs +++ b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankSeries.cs @@ -9,7 +9,7 @@ { protected override string Prefix { - get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}Assets/Tank/Series"; } + get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/Assets/Tank/Series"; } } /// <summary> -- Gitblit v1.9.3