From b7041949338728f4f8b7cc96f4ed6a92b40fda36 Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期五, 05 一月 2024 12:30:56 +0800 Subject: [PATCH] 1.Startup.cs 文件中增加授权.apk文件 2.Excel下载方法中增加.net core直接下载wwwroot下的文件代码(暂时不用,先注释掉) --- VueWebCoreApi/VueWebCoreApi.csproj | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/VueWebCoreApi/VueWebCoreApi.csproj b/VueWebCoreApi/VueWebCoreApi.csproj index a9b7f3d..275fb7a 100644 --- a/VueWebCoreApi/VueWebCoreApi.csproj +++ b/VueWebCoreApi/VueWebCoreApi.csproj @@ -17,6 +17,8 @@ <OutputPath>bin\</OutputPath> <DocumentationFile>bin\VueWebCoreApi.xml</DocumentationFile> <NoWarn>1701;1702;1591</NoWarn> + <Optimize>false</Optimize> + <DefineConstants>TRACE</DefineConstants> </PropertyGroup> <ItemGroup> @@ -47,8 +49,8 @@ <ItemGroup> <Folder Include="InExcel\" /> - <Folder Include="wwwroot\File\newxls\" /> <Folder Include="wwwroot\newxls\" /> + <Folder Include="wwwroot\MouldRecordImage\" /> </ItemGroup> <ItemGroup> -- Gitblit v1.9.3