From 304854aa46ac306ce2408fe2eda39d313e5034f8 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期五, 01 十二月 2023 13:15:20 +0800 Subject: [PATCH] 产量/质量汇报;设备点检/保养 --- WebAPI/Web.config | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/WebAPI/Web.config b/WebAPI/Web.config index 7247c9d..f87d027 100644 --- a/WebAPI/Web.config +++ b/WebAPI/Web.config @@ -51,8 +51,9 @@ </system.Web> --> <system.web> + <customErrors mode="Off"/> <compilation debug="true" targetFramework="4.5" /> - <httpRuntime /> + <httpRuntime maxQueryStringLength="102400" /> <pages controlRenderingCompatibilityVersion="4.0" /> </system.web> -- Gitblit v1.9.1