zhanghua
2023-03-21 5fa2d692c4083d578f73f8af0d0924147b8f4f19
地址修改
1个文件已修改
8 ■■■■ 已修改文件
src/views/layout/components/Header/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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',
        },
      ],
@@ -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');
      }
    }