From 243ac1f277400f1bcdd82dbb1dff2e83c2567e7d Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 09 十二月 2025 17:10:04 +0800
Subject: [PATCH] 小卫单品过站优化

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

diff --git a/WebTM/Web.config b/WebTM/Web.config
index ee4e5f2..12be2dd 100644
--- a/WebTM/Web.config
+++ b/WebTM/Web.config
@@ -6,7 +6,7 @@
 <configuration>
 	<system.web>
 		<compilation debug="true" targetFramework="4.5" />
-		<httpRuntime targetFramework="4.5" />
+		<httpRuntime targetFramework="4.5" maxQueryStringLength="102400" />
 	</system.web>
 	<appSettings>
 		<add key="Name" value="61.130.49.162:9090/WMSAPI///" />
@@ -19,7 +19,7 @@
         <handlers>
             <remove name="StaticFile" />
             <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule" resourceType="Either" requireAccess="Read" />
-        </handlers>		
+        </handlers>	 
 		<security>
 			<requestFiltering>
 				<requestLimits maxAllowedContentLength="10485760" maxQueryString="10485760" /> <!--璁剧疆鍙傛暟鍐呭鐨勬渶澶ч暱搴︿负10MB锛岄粯璁ゆ槸4MB,鏈�澶ф敮鎸�2GB-->

--
Gitblit v1.9.1