|
|
@@ -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();
|