From 70b24a3d28f55bfe72c0ddf3246d5af7a69fc623 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 08 二月 2023 18:20:47 +0800 Subject: [PATCH] 资源管理,角色管理,权限管理,权限管理,运维监控主题切换界面优化 --- src/components/navMenu.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/navMenu.vue b/src/components/navMenu.vue index 470bb2f..031434b 100644 --- a/src/components/navMenu.vue +++ b/src/components/navMenu.vue @@ -213,12 +213,14 @@ setTimeout(() => { this.changeliSelect = res.cnName; if (res.url.indexOf('http') != -1) { - if (location.href.indexOf('/WareInspection') == -1) { - this.$store.reporturl = res.url; - this.$router.push('/WareInspection'); - } else { - this.$bus.$emit('changeNaveUrl', res.url); - } + this.$store.reporturl = res.url; + this.$router.push('/QualityInspection'); + // if (location.href.indexOf('/WareInspection') == -1) { + // this.$store.reporturl = res.url; + // this.$router.push('/WareInspection'); + // } else { + // this.$bus.$emit('changeNaveUrl', res.url); + // } } else { this.$store.reporturl = null; this.$router.push(res.url); -- Gitblit v1.9.3