This commit is contained in:
zpc 2025-09-23 16:35:50 +08:00
parent a9582f4fcd
commit 08597cd8ac
3 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@
<Folder Include="Controllers\Public\" /> <Folder Include="Controllers\Public\" />
<Folder Include="Controllers\WebApi\" /> <Folder Include="Controllers\WebApi\" />
<Folder Include="Properties\PublishProfiles\" /> <Folder Include="Properties\PublishProfiles\" />
<Folder Include="wwwroot\file\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -49,7 +49,7 @@
"sqlExecutionTime": 5, //Sql "sqlExecutionTime": 5, //Sql
"Upload": { "Upload": {
"uploadUrl": "http://localhost:8888", //访 "uploadUrl": "http://localhost:8888", //访
"localSavePath": "/file/", // wwwroot "localSavePath": "file/", // wwwroot
"maxSize": 15, // 15M "maxSize": 15, // 15M
"notAllowedExt": [ ".bat", ".exe", ".jar", ".js" ], "notAllowedExt": [ ".bat", ".exe", ".jar", ".js" ],
"requestLimitSize": 50 //body "requestLimitSize": 50 //body