vue实现跳转页面
摘要:点击按钮实现路由的跳转 <div @click="gotoMenu">按钮</div> 实现跳转 methods: { gotoMenu(){ //跳转到上一次浏览的页面 this.$router.go(-1) this.$router.go(-1) //指定跳转的地址 this.$router.r
阅读全文
posted @ 2021-08-16 15:20
posted @ 2021-08-16 15:20
posted @ 2021-08-09 18:49
posted @ 2021-08-08 19:02
posted @ 2021-08-06 10:17