Browse Source

git-svn-id: http://10.4.3.168:50001/svn/Furnace@16 dbcde07d-dcf5-c148-8a84-ac3097b7778e

Wufeng 7 months ago
parent
commit
332be74739
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Furnace/FurnaceUI/MainViewModel.cs

+ 3 - 3
Furnace/FurnaceUI/MainViewModel.cs

@@ -645,9 +645,9 @@ namespace FurnaceUI.Client
 
 
 
 
             //if (Debugger.IsAttached)
             //if (Debugger.IsAttached)
-            {
-                Login("admin", new PasswordBox() { Password = "admin" }, Roles.Find(it => it.RoleName == "Manager"));
-            }
+            //{
+            //    Login("admin", new PasswordBox() { Password = "admin" }, Roles.Find(it => it.RoleName == "Manager"));
+            //}
             //Reset();
             //Reset();
 
 
             var exeFilePath = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;
             var exeFilePath = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;