修改审核模式
This commit is contained in:
parent
1b3b87acd0
commit
bfc32c1390
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
<ItemGroup>
|
||||
<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.Http" Version="2.2.2" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ namespace HuanMeng.MiaoYu.Code.Music
|
|||
var images = MiaoYuCacheExtend.GetMiaoYuDataEntityCacheList<T_Image_Config>(this);
|
||||
MusicConfigDto musicConfigDto = new MusicConfigDto()
|
||||
{
|
||||
IsCheck = true,
|
||||
IsCheck = false,
|
||||
MallBanner = images.GetImageUrl(9002),
|
||||
MyPageMallEntrance = images.GetImageUrl(9001)
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user