首页
技术
登录
6mi
u
盘
搜
搜 索
技术
vue $router 打开空白页
vue $router 打开空白页
技术
2022-07-17
72
默认是替换当前页
this
.
$router
.
push
(
'/index'
)
可以用如下方法进行空白页打开
let
xtbl
=
this
.
$router
.
resolve
(
'/host/wait'
)
window
.
open
(
xtbl
.
href
,
'_blank'
)
;
转载请注明原文地址:https://ipadbbs.8miu.com/read-28593.html
最新回复
(
0
)