diff --git a/src/views/screenAdaptation/menuConfig.js b/src/views/screenAdaptation/menuConfig.js index 7f40603..7c421b6 100644 --- a/src/views/screenAdaptation/menuConfig.js +++ b/src/views/screenAdaptation/menuConfig.js @@ -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",