From 4b7c59e6042aeb0908b43a7bae53d15c47a674c0 Mon Sep 17 00:00:00 2001 From: jingh <jingh@LAPTOP-I53VDLOO> Date: 星期三, 14 四月 2021 14:58:30 +0800 Subject: [PATCH] 条码生成 --- SCM/SCM.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SCM/SCM.csproj b/SCM/SCM.csproj index 5d9004c..2cf2510 100644 --- a/SCM/SCM.csproj +++ b/SCM/SCM.csproj @@ -798,10 +798,10 @@ </None> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://localhost/WEBS-WMS/WebService1.asmx"> + <WebReferenceUrl Include="http://124.70.129.242/WEBS-WMS/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WMSWeb\</RelPath> - <UpdateFromURL>http://localhost/WEBS-WMS/WebService1.asmx</UpdateFromURL> + <UpdateFromURL>http://124.70.129.242/WEBS-WMS/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> -- Gitblit v1.9.1