摘要: // 字符串 this.$router.push('/home/first') // 对象 this.$router.push({ path: '/home/first' }) // 命名的路由 this.$router.push({ name: 'home', params: { userId: wise }}) 阅读全文
posted @ 2017-11-13 15:26 fm060 阅读(166) 评论(0) 推荐(0)