摘要: Vue 路由跳转四种方式 1. router-link 2. this.$router.push() (函数里面调用) 3. this.$router.replace() (用法同push) 4. this.$router.go(n) 一、不带参 1.1 router-link <router-li 阅读全文
posted @ 2021-01-18 10:13 Mr-刘 阅读(480) 评论(0) 推荐(0) 编辑