update 新增获取字典数据合并接口

This commit is contained in:
2021-05-13 18:41:50 +08:00
parent dc4b0a9294
commit 2d1fe08746
9 changed files with 72 additions and 21 deletions

View File

@@ -20,10 +20,4 @@
<ProjectReference Include="..\Ewide.Database.Migrations\Ewide.Database.Migrations.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="core.settings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View File

@@ -1,14 +0,0 @@
{
"CoreSettings": {
"DefalutRoute": [
"getLoginUser",
"logout",
"sysFileInfo:upload",
"sysFileInfo:download",
"sysFileInfo:preview",
"sysUser:updateInfo",
"sysUser:updatePwd",
"sysUser:updateAvatar"
]
}
}