diff --git a/src/views/protal/module-label.vue b/src/views/protal/module-label.vue index 47a8570..bdbdfdc 100644 --- a/src/views/protal/module-label.vue +++ b/src/views/protal/module-label.vue @@ -67,7 +67,11 @@ export default { console.log('screenImg') window.open('http://172.22.68.29/epmet-js/#/login') } else if (src.includes('miniprogram')) { - window.open('https://120.224.52.75:1443/portal/') + const link = document.createElement('a'); + link.href = 'https://120.224.52.75:1443/ssoyitu-web/ifarLogin/user?userId=bfa9a8dd2261cb89f74a3d45c1569a3d'; + link.target = '_blank'; // 在新标签页中打开 + link.rel="nofollow noopener noreferrer" + link.click(); console.log('miniprogram') } else if (src.includes('project')) { Bus.$emit('handleClickTab', { path: 'next' })