src/components/navMenu.vue
@@ -186,11 +186,10 @@ } }, setLiClick(res, index) { setTimeout(() => { this.changeliSelect = res.cnName; if (res.url.indexOf('http') != -1) { if (this.$store.reporturl == null) { if (location.href.indexOf('/WareInspection') == -1) { this.$store.reporturl = res.url; this.$router.push('/WareInspection'); } else {