From 9eb6dc41797cbace32a65877067a9c9ac3154f7a Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期日, 09 十月 2022 19:41:15 +0800 Subject: [PATCH] 安灯呼叫、安灯响应接口开发 --- VueWebApi/bin/VueWebApi.dll.config | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/VueWebApi/bin/VueWebApi.dll.config b/VueWebApi/bin/VueWebApi.dll.config index e0e8320..703e776 100644 --- a/VueWebApi/bin/VueWebApi.dll.config +++ b/VueWebApi/bin/VueWebApi.dll.config @@ -30,11 +30,14 @@ <add key="webpages:Enabled" value="false" /> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> + <!--鎻愪氦json瀛楃涓茶繃闀块棶棰�--> + <add key="aspnet:MaxJsonDeserializerMembers" value="150000000"/> </appSettings> <system.web> <compilation debug="true" targetFramework="4.6.1" /> <customErrors mode="Off" /> - <httpRuntime targetFramework="4.6.1" /> + <!--鏈�澶ц姹傞暱搴�,鍗曚綅涓簁b--> + <httpRuntime targetFramework="4.6.1" maxRequestLength="2147483647" maxQueryStringLength="2097151"/> <!--session澶辨晥鏃堕棿--> <sessionState mode="InProc" timeout="240"> <!--<sessionState mode="Off">--> -- Gitblit v1.9.3