zhanghua
2023-10-23 893fc457a2daeb0aa33a5a9d0b32eef7db238c1f
src/views/layout/components/Header/index.vue
@@ -153,7 +153,7 @@
        {
          label: '驾驶舱',
          checked: false,
          url: '',
          url: 'http://10.53.156.63/cockpit/dist/board.html#/share-board/6CorSPZG',
          id: '1f'
        },
        {
@@ -171,7 +171,7 @@
        {
          label: '油烟检测',
          checked: false,
          url: '',
          url: 'http://116.62.234.187:8120/#/SpecificLogin?subname=sccgj',
          id: '4f',
        },
      ],
@@ -228,7 +228,7 @@
            break;
          }
        }
        console.log(that.menuLinkLists)
        // console.log(that.menuLinkLists)
        // this.menuLinkList = res
      });
@@ -353,7 +353,7 @@
    },
    menuChange(data) {
      if (data.id === '1f') {
        window.open('http://10.53.156.63/cockpit/dist/board.html#/share-board/6CorSPZG', '_blank');
        window.open('http://10.53.156.63:18081/cockpit/dist/board.html#/share-board/6CorSPZG', '_blank');
      }
      if (data.id === '2f') {
        this.$router.push({ path: "/home/video" })
@@ -362,7 +362,7 @@
        this.$router.push({ path: "/home/operate/casepool/pool" })
      }
      if (data.id === '4f') {
        window.open('http://116.62.234.187:8120/#/Customer', '_blank');
        window.open('http://116.62.234.187:8120/#/SpecificLogin?subname=sccgj', '_blank');
      }
    }