|
@ -62,7 +62,7 @@
|
|
|
|
|
|
$(".l-layout-left").css({background: "#dce6f0"})
|
|
|
|
|
|
var tenantManager ;
|
|
|
var tenantManager = {} ;
|
|
|
var userRole = localStorage.getItem("userRole");
|
|
|
if(userRole=="admin"){
|
|
|
//是管理中心用户,则添加租户管理模块
|
|
@ -104,7 +104,6 @@
|
|
|
{id: 37, pid: 3, text: '维度类别配置', url: '${contextRoot}/dimension/dimensioncatetory'},
|
|
|
//用户安全中心
|
|
|
{id: 7, text: '用户安全', icon: '${staticRoot}/images/index/menu5_icon.png'},
|
|
|
tenantManager,
|
|
|
{id: 71, pid: 7, text: '机构管理', url: '${contextRoot}/org/initial'},
|
|
|
{id: 72, pid: 7, text: '用户管理', url: '${contextRoot}/user/initial'},
|
|
|
{id: 73, pid: 7, text: '角色管理', url: '${contextRoot}/role/initial'},
|