luanhui 8 years ago
parent
commit
df7f2a2caa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BO/Utils/AfterLoginUtil.cs

+ 1
- 1
BO/Utils/AfterLoginUtil.cs View File

@ -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


Loading…
Cancel
Save