diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index 8ea5b1c..3c0d646 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -64,16 +64,16 @@ export default { title: "实时监控", }, - { - icon: "el-icon-film", - index: "/pictureRotation", - title: "图片轮巡", - }, - { - icon: "el-icon-bell", - index: "/photoAlarm", - title: "告警处理", - }, + // { + // icon: "el-icon-film", + // index: "/pictureRotation", + // title: "图片轮巡", + // }, + // { + // icon: "el-icon-bell", + // index: "/photoAlarm", + // title: "告警处理", + // }, { icon: "el-icon-search", @@ -106,14 +106,14 @@ export default { index: "/devicePhotoSchedule", title: "拍照时间表设置", }, - { - index: "/deviceReport", - title: "装置报表", - }, - { - index: "/waterMark", - title: "水印下发", - }, + // { + // index: "/deviceReport", + // title: "装置报表", + // }, + // { + // index: "/waterMark", + // title: "水印下发", + // }, // { // index: "/deviceUpgrade", // title: "装置升级", @@ -125,21 +125,21 @@ export default { // }, ], }, - { - icon: "el-icon-monitor", - index: "/system", - title: "系统管理", - subs: [ - { - index: "/userManagement", - title: "用户管理", - }, - { - index: "/globalTools", - title: "全局设置", - }, - ], - }, + // { + // icon: "el-icon-monitor", + // index: "/system", + // title: "系统管理", + // subs: [ + // { + // index: "/userManagement", + // title: "用户管理", + // }, + // { + // index: "/globalTools", + // title: "全局设置", + // }, + // ], + // }, ], items1: [ { diff --git a/src/components/header.vue b/src/components/header.vue index 77b0c8e..3b73ebe 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -3,13 +3,13 @@