From 4bfd2192987cffa58535e906645558a7463eeb87 Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Sat, 4 Dec 2021 12:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=8B=E6=B5=A6=E5=AD=A6=E6=A0=A1=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screenAdaptation/menuConfig.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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",