|
|
|
@ -9,15 +9,16 @@ const menuConfig = [
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
title: "所有应用",
|
|
|
|
|
path: "/adminCenter/application",
|
|
|
|
|
name: "application",
|
|
|
|
|
component: () => import("./pages/adminCenter/application.vue"),
|
|
|
|
|
},{
|
|
|
|
|
title: "我的工作台",
|
|
|
|
|
path: "/adminCenter/workbench",
|
|
|
|
|
name: "workbench",
|
|
|
|
|
component: () => import("./pages/adminCenter/workbench.vue"),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "所有应用",
|
|
|
|
|
path: "/adminCenter/application",
|
|
|
|
|
name: "application",
|
|
|
|
|
component: () => import("./pages/adminCenter/application.vue"),
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
@ -267,7 +268,7 @@ const menuConfig = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 7,
|
|
|
|
|
title: "运行数据中心",
|
|
|
|
|
title: "运行监测中心",
|
|
|
|
|
path: "/monitorCenter",
|
|
|
|
|
name: "monitorCenterPage",
|
|
|
|
|
iconType: "icon-zichanfenleitongji",
|
|
|
|
|