From 4210278bbdb25ff08a5e535171e7d64caee7e066 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 31 一月 2024 15:12:27 +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 16dcdc3..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://124.70.129.242/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