跳转改为打开新页面
This commit is contained in:
@@ -184,12 +184,15 @@ let watchInfo = () => {
|
||||
store.state.seachSelect['seachPage'][key] = seachData[key]
|
||||
}
|
||||
}
|
||||
router.push({
|
||||
path: '/detail',
|
||||
query: {
|
||||
id: data.data.uniqid,
|
||||
}
|
||||
})
|
||||
// console.log(document.location.origin)
|
||||
// return
|
||||
window.open(`${document.location.origin}/detail?id=${data.data.uniqid}`)
|
||||
// router.push({
|
||||
// path: '/detail',
|
||||
// query: {
|
||||
// id: data.data.uniqid,
|
||||
// }
|
||||
// })
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user