@@ -14,6 +14,7 @@ export default {
}`,
itemId: this.$route?.query?.itemId
}).then(res => {
+ console.log(res)
if (res.data.jump) {
window.open(res.data.url, '_blank')
} else {