From c6830a3ee2e41efe330f5e3458581f14b1767b7f Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 20 六月 2023 08:54:44 +0800 Subject: [PATCH] 网页目录菜单加载 --- WebAPI/WebAPI.csproj | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index e51b4e5..fdfc679 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -223,8 +223,6 @@ </Reference> </ItemGroup> <ItemGroup> - <Content Include="bin\WebAPI.dll" /> - <Content Include="bin\WebAPI.pdb" /> <Content Include="Content\bootstrap.css" /> <Content Include="Content\bootstrap.min.css" /> <Content Include="Content\Site.css" /> @@ -921,6 +919,7 @@ </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> + <Folder Include="bin\" /> <Folder Include="obj\x86\Debug\" /> <Folder Include="Views\Cg_PODemandPlanBill\" /> <Folder Include="Views\Cg_PurchaseReturn\" /> -- Gitblit v1.9.1