修改审核模式

This commit is contained in:
zpc 2024-10-20 10:43:34 +08:00
parent 1b3b87acd0
commit bfc32c1390
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="AlipayEasySDK.Kernel" Version="1.0.6" /> <PackageReference Include="AlipayEasySDK.Kernel" Version="1.0.6" />
<PackageReference Include="Fody" Version="6.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.1.1" /> <PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />

View File

@ -30,7 +30,7 @@ namespace HuanMeng.MiaoYu.Code.Music
var images = MiaoYuCacheExtend.GetMiaoYuDataEntityCacheList<T_Image_Config>(this); var images = MiaoYuCacheExtend.GetMiaoYuDataEntityCacheList<T_Image_Config>(this);
MusicConfigDto musicConfigDto = new MusicConfigDto() MusicConfigDto musicConfigDto = new MusicConfigDto()
{ {
IsCheck = true, IsCheck = false,
MallBanner = images.GetImageUrl(9002), MallBanner = images.GetImageUrl(9002),
MyPageMallEntrance = images.GetImageUrl(9001) MyPageMallEntrance = images.GetImageUrl(9001)
}; };