From 8bc72ee135ec74b360d11dd5bff3313c928e1f34 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期三, 16 六月 2021 21:28:09 +0800
Subject: [PATCH] 增加附件列表功能,以及上传附件,下载附件功能。

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

diff --git a/WebAPI/Web.config b/WebAPI/Web.config
index 718499e..63ef17c 100644
--- a/WebAPI/Web.config
+++ b/WebAPI/Web.config
@@ -11,10 +11,13 @@
 	  
   </configSections>
 	<connectionStrings>
-		<add name="YqnConn" connectionString="Data Source=192.168.0.175;Initial Catalog=HX_LimsSys_Test;UserId=HX_USER,Password=lc@841022;Integrated Security=True" />
+		<add name="YqnConn" connectionString="Data Source=192.168.0.175;Initial Catalog=HX_LimsSys;User Id=HX_USER,Password=lc@841022;Integrated Security=True" />
+    
 	</connectionStrings>
 	
   <appSettings>
+	  <!--鏈嶅姟鍣ㄦ枃浠禝P鍦板潃-->
+	<add key="FileIP" value="http://localhost:8082/LuBaoAPI"/>
     <add key="webpages:Version" value="3.0.0.0" />
     <add key="webpages:Enabled" value="false" />
     <add key="ClientValidationEnabled" value="true" />

--
Gitblit v1.9.1