From f20a554bdb24e9dfde9dc6a69d78595944f61d15 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期二, 25 十月 2022 14:53:57 +0800 Subject: [PATCH] 设备管理 样式调整 --- src/views/manageCenter/index.vue | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/manageCenter/index.vue b/src/views/manageCenter/index.vue index 62667e4..09c9ddf 100644 --- a/src/views/manageCenter/index.vue +++ b/src/views/manageCenter/index.vue @@ -291,13 +291,13 @@ permission: "statisticMng", }, - /* { + { name: "GB28181", - icon: "/images/manageCenter/缁熻鏌ヨ.png", + icon: "/images/manageCenter/search.png", openPath: "/GB28181Open", path: "/GB28181Open", permission: "statisticMng", - }, */ + }, ], timeList: [ { name: "20.103鏈嶅姟鍣�", time: "9澶�12灏忔椂44鍒�39绉�" }, @@ -872,6 +872,13 @@ return item == route.permission; }); if (val) { + if (route.path === "/search") { + const { href } = this.$router.resolve({ + path: "/search", + }); + window.open(href, "_blank"); + return; + } this.$router.push(route.path); } else if (!userInfo.parentId) { this.$router.push(route.openPath); @@ -1234,7 +1241,7 @@ .item { display: flex; - justify-content: end; + justify-content: flex-end; align-items: center; .label { -- Gitblit v1.8.0