odc.xiaohui
2023-03-18 b4d6e0923d825f3a6cbb12c29b5a522d56362ff8
src/views/layout/components/Header/index.vue
@@ -159,6 +159,12 @@
          url: '',
          id: '4f',
        },
        {
          label: '外部链接',
          checked: false,
          url: '',
          id: '5f',
        },
      ],
      flag: {
        user: false,
@@ -314,6 +320,12 @@
      if (data.id === '3f') {
        this.$router.push({ path: "/home/operate/casepool/pool" })
      }
      if (data.id === '4f') {
        window.open('http://116.62.234.187:8120/#/Customer', '_blank');
      }
      if (data.id === '5f') {
        this.$router.push({ path: "/home/system/platform/externalLinks" })
      }
    }
  }
};