From f1859bb8b72998c4852aa23a605f6f7628599a2c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 17 9月 2025 10:11:43 +0800 Subject: [PATCH] 优化查询 --- DEmon/iWareWms/iWareWms.csproj | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEmon/iWareWms/iWareWms.csproj b/DEmon/iWareWms/iWareWms.csproj index 17683df..f3de51a 100644 --- a/DEmon/iWareWms/iWareWms.csproj +++ b/DEmon/iWareWms/iWareWms.csproj @@ -961,6 +961,7 @@ <Content Include="Code\Common\_system~.ini" /> <Content Include="Metadata\deploymentTemplates\apiappconfig.azureresource.json" /> <Content Include="apiapp.json" /> + <Content Include="FineUIPro.lic.dev.config" /> <None Include="Properties\PublishProfiles\iWareWms.pubxml" /> <None Include="Service References\PrintWcfService\Arrays.xsd"> <SubType>Designer</SubType> @@ -3723,9 +3724,9 @@ <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>True</AutoAssignPort> - <DevelopmentServerPort>0</DevelopmentServerPort> + <DevelopmentServerPort>65031</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> - <IISUrl>http://localhost/iWareWms</IISUrl> + <IISUrl>http://localhost:8099</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer> <CustomServerUrl> -- Gitblit v1.9.3