vue 路由 有子路由的父级路由跳转到根路径
路由跳转时,如果直接使用 this.router.push(name/path:"xxx")将会跳转到子路由如果需要跳转到根路由时需要在path前加“”/“”this.router.push({name/path:"xxx"})将会跳转到子路由如果需要跳转到根路由时 需要在path前加“”/“”this.router.push(name/path:"xxx")将会跳转到子路由如果需要跳转...
路由跳转时,如果直接使用 this.
r
o
u
t
e
r
.
p
u
s
h
(
n
a
m
e
/
p
a
t
h
:
"
x
x
x
"
)
将
会
跳
转
到
子
路
由
如
果
需
要
跳
转
到
根
路
由
时
需
要
在
p
a
t
h
前
加
“
”
/
“
”
t
h
i
s
.
router.push({name/path:"xxx"}) 将会跳转到子路由 如果需要跳转到根路由时 需要在path前加“”/“” this.
router.push(name/path:"xxx")将会跳转到子路由如果需要跳转到根路由时需要在path前加“”/“”this.router.push({name/path:"/" + “xxx”})
要注意,以 / 开头的嵌套路径会被当作根路径。
更多推荐
所有评论(0)