From 39110d7776cd0ff0afd8555fe0300752cd63dedb Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 05 一月 2024 14:03:47 +0800 Subject: [PATCH] 生产订单:下查(工序流转卡、工序进站接收单、工序出站汇报单、指引卡开工单、指引卡完工单、生产领料单) --- WebAPI/Properties/Settings.settings | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Properties/Settings.settings b/WebAPI/Properties/Settings.settings index 869a52f..d7c7b6e 100644 --- a/WebAPI/Properties/Settings.settings +++ b/WebAPI/Properties/Settings.settings @@ -3,7 +3,7 @@ <Profiles /> <Settings> <Setting Name="WebAPI_WebS_WebService1" Type="(Web Service URL)" Scope="Application"> - <Value Profile="(Default)">http://47.96.97.237/WEBS-WMS/WebService1.asmx</Value> + <Value Profile="(Default)">http://192.168.63.20/WEBS-WMS/WebService1.asmx</Value> </Setting> </Settings> </SettingsFile> \ No newline at end of file -- Gitblit v1.9.1