摘要: 1.跳转页面与参数 (1)路由携带参数跳转 // this.$router.push({ // path: "/teacher/save", // query: { // id: id, // } (2)使用router-link跳转 <router-link :to="'/teacher/edit 阅读全文
posted @ 2021-05-05 17:12 本兮嘻嘻 阅读(1002) 评论(0) 推荐(0)