路由跳转时,如果直接使用 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”})
要注意,以 / 开头的嵌套路径会被当作根路径。

Logo

前往低代码交流专区

更多推荐