管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-08 70b24a3d28f55bfe72c0ddf3246d5af7a69fc623
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);