From df7f2a2caa5eada00852997e0aaf4e547c39f0c0 Mon Sep 17 00:00:00 2001 From: luanhui <1029149336@qq.com> Date: Thu, 11 Jan 2018 12:51:52 +0800 Subject: [PATCH] . --- BO/Utils/AfterLoginUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BO/Utils/AfterLoginUtil.cs b/BO/Utils/AfterLoginUtil.cs index db8d05d..877acbb 100644 --- a/BO/Utils/AfterLoginUtil.cs +++ b/BO/Utils/AfterLoginUtil.cs @@ -50,7 +50,7 @@ namespace BO.Utils { var first = roleToAssemblies.FirstOrDefault(x => x.Item1 == role); if (first == null) - throw new Exception("未注册的角色"); + throw new Exception("未注册的角色:"+role); #if DEBUG var filePath = string.Format("{0}.dll", first.Item2); #else