|
|
@@ -653,8 +653,21 @@ o2.xDesktop.Default = new Class({
|
|
|
{
|
|
|
id: "9",
|
|
|
name: "系统管理",
|
|
|
- params: [null, "Setting"],
|
|
|
icon: "fas fa-user-cog",
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ id: "9-1",
|
|
|
+ name: "系统设置",
|
|
|
+ params: [null, "Setting"],
|
|
|
+ icon: "fas fa-user-cog",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "9-2",
|
|
|
+ name: "菜单权限",
|
|
|
+ params: [null, 'portal.Portal', {"portalId":"cc31d7a5-a760-4c30-87c0-464d5050efb5"}],
|
|
|
+ icon: "fas fa-user-cog",
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
],
|
|
|
};
|