DuGuYang 2 жил өмнө
parent
commit
82f78f923a

+ 1 - 1
Util/AdminRightList.cs

@@ -23,7 +23,7 @@ namespace MySystem
             foreach (RightDic sub1 in Level1)
             {
                 AdminRightListItem menu1 = new AdminRightListItem();
-                menu1.path = sub1.Path;
+                menu1.path = sub1.Path.Replace("\r", "");
                 menu1.name = sub1.Name;
                 // menu1.component = sub1.Component;
                 menu1.meta = new AdminRightListItemMeta();