fix: 修复mysql连接占用问题

This commit is contained in:
陈淳
2023-12-21 16:43:42 +08:00
parent 0cb6a505d1
commit 5a3afb9951
3 changed files with 5 additions and 12 deletions

View File

@@ -44,9 +44,6 @@ namespace Yi.Framework.AspNetCore.Mvc
protected override void AddAbpServiceSelector(string rootPath, string controllerName, ActionModel action, ConventionalControllerSetting? configuration)
{
if (action.ActionName.ToLower().Contains("vue"))
{
}
base.AddAbpServiceSelector(rootPath, controllerName, action, configuration);
}