From 151c732af74aa3ce8e8effae31aced9e3c8d19a2 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期二, 06 七月 2021 23:23:33 +0800
Subject: [PATCH] 列表单据列宽保存案例

---
 WebAPI/Web.config |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Web.config b/WebAPI/Web.config
index 4be5306..27ec4b2 100644
--- a/WebAPI/Web.config
+++ b/WebAPI/Web.config
@@ -17,8 +17,8 @@
 	
   <appSettings>
 	  <!--鏈嶅姟鍣ㄦ枃浠禝P鍦板潃-->
-	<!--<add key="FileIP" value="http://localhost:8082/LuBaoAPI"/>-->
-	<add key="FileIP" value="http://localhost:8085/"/>
+	<add key="FileIP" value="http://localhost:8082/LuBaoAPI"/>
+	<!--<add key="FileIP" value="http://localhost:8085/"/>-->
     <add key="webpages:Version" value="3.0.0.0" />
     <add key="webpages:Enabled" value="false" />
     <add key="ClientValidationEnabled" value="true" />

--
Gitblit v1.9.1