vue实现跳转页面
摘要:
点击按钮实现路由的跳转 <div @click="gotoMenu">按钮</div> 实现跳转 methods: { gotoMenu(){ //跳转到上一次浏览的页面 this.$router.go(-1) this.$router.go(-1) //指定跳转的地址 this.$router.r 阅读全文
posted @ 2021-08-16 15:20 在座的各位全是乐色 阅读(251) 评论(0) 推荐(0)
posted @ 2021-08-16 15:20 在座的各位全是乐色 阅读(251) 评论(0) 推荐(0)
posted @ 2021-08-09 18:49 在座的各位全是乐色 阅读(51) 评论(0) 推荐(0)
posted @ 2021-08-08 19:02 在座的各位全是乐色 阅读(71) 评论(0) 推荐(0)
posted @ 2021-08-06 10:17 在座的各位全是乐色 阅读(140) 评论(0) 推荐(0)
posted @ 2021-07-29 11:09 在座的各位全是乐色 阅读(61) 评论(0) 推荐(0)
posted @ 2021-07-29 08:52 在座的各位全是乐色 阅读(3769) 评论(0) 推荐(0)