src/views/manageCenter/index.vue
@@ -295,6 +295,13 @@ path: "/search", permission: "statisticMng" }, { name: "统计分析", icon: "/images/manageCenter/search.png", openPath: "/dataView", path: "/dataView", permission: "statisticMng" }, { name: "推送管理", @@ -700,9 +707,9 @@ return item == route.permission }) if (val) { if (route.path === "/search") { if (route.path === "/search" || route.path === "/dataView") { const { href } = this.$router.resolve({ path: "/search" path: route.path }) window.open(href, "_blank") return