跳转改为打开新页面
This commit is contained in:
@@ -355,7 +355,10 @@ onBeforeUnmount(() => {
|
||||
})
|
||||
|
||||
// 公共跳转
|
||||
const publicJump = path => router.push(path)
|
||||
const publicJump = path => {
|
||||
//router.push(path)
|
||||
window.open(`${document.location.origin}${path}`)
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user