vue-router: $router.push遇到的問題 如下圖使用path時,跳轉路由后的頁面this.$route.params為undefined 改為name時,this.$route.params可以正確獲取數據,如下圖: ...