跳转详情

This commit is contained in:
a0049873 2022-06-14 19:16:29 +08:00
parent ade205cc03
commit 356953ec5d
1 changed files with 15 additions and 11 deletions

View File

@ -391,17 +391,21 @@
}, },
}) })
} else { } else {
console.log( if (cardType.value === '数据资源') {
'111111111111111111===========>', window.open('http://10.134.135.24:30090/#/home')
router, } else {
props.selectCardsname console.log(
) '111111111111111111===========>',
router.push({ router,
path: '/details', props.selectCardsname
query: { )
id: item.id, router.push({
}, path: '/details',
}) query: {
id: item.id,
},
})
}
} }
} }
// //