From e383743627f94e837c18111318c8261391029c03 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期五, 26 二月 2021 13:44:03 +0800
Subject: [PATCH] 日计划用料清单下推直接调拨单 关联关系以及反写 代码上传 测试通过
---
src/ProductizationTemplate/Constants/Url.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ProductizationTemplate/Constants/Url.cs b/src/ProductizationTemplate/Constants/Url.cs
index 8e61bd8..d00e54a 100644
--- a/src/ProductizationTemplate/Constants/Url.cs
+++ b/src/ProductizationTemplate/Constants/Url.cs
@@ -14,7 +14,7 @@
///
#if DEBUG
- public const string KDApiUrl = "http://localhost/K3Cloud/";
+ public const string KDApiUrl = "http://localhost//k3cloud/";
#else
public const string KDApiUrl = "http://192.168.0.2/K3Cloud/";
public const string OMSAccount = "xherp";
--
Gitblit v1.9.1