fix 登出

This commit is contained in:
2021-04-29 16:20:23 +08:00
parent 5f7dae2380
commit c1589e5219
5 changed files with 22 additions and 7004 deletions

View File

@@ -56,7 +56,8 @@ namespace Ewide.Web.Core
// 默认路由(获取登录用户信息)
var defalutRoute = new List<string>()
{
"getLoginUser"
"getLoginUser",
"logout"
};
if (defalutRoute.Contains(routeName)) return true;