|
|
|
@ -115,14 +115,14 @@ export default {
|
|
|
|
|
index: "/userManagement",
|
|
|
|
|
title: "用户管理",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
index: "/roleManagement",
|
|
|
|
|
title: "角色管理",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
index: "/menuManagement",
|
|
|
|
|
title: "菜单功能管理",
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// index: "/roleManagement",
|
|
|
|
|
// title: "角色管理",
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// index: "/menuManagement",
|
|
|
|
|
// title: "菜单功能管理",
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
index: "/deviceUpgrade",
|
|
|
|
|
title: "升级管理",
|
|
|
|
@ -324,7 +324,7 @@ export default {
|
|
|
|
|
} else if (this.role == 4) {
|
|
|
|
|
this.items = this.hnjcitems;
|
|
|
|
|
}
|
|
|
|
|
this.activeIndex = this.items[0].index;
|
|
|
|
|
//this.activeIndex = this.items[0].index;
|
|
|
|
|
console.log(this.items);
|
|
|
|
|
console.log(this.activeIndex);
|
|
|
|
|
},
|
|
|
|
|