vue中this.$router.push()路由傳值和獲取的兩種常見方法

路由配置 1.params 由於動態路由也是傳遞params的,所以在 this.$router.push() 方法中path不能和params一起使用,否則params將無效。需要用name來指定頁面。 通過name和params傳遞參數 this.$router.push({ name: ‘index’, params: { username: 「fatjack」, password: 123
相關文章
相關標籤/搜索