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" }) } } } };