vue3使用router传值时取不到值的解决方法
摘要:
使用state方法: // 跳转首页 let gotoHome = (data) => { router.replace({ path: '/student_home', state: { studentData: data } }) } // 首页 if (typeof history.state 阅读全文
posted @ 2024-11-02 23:35 落子戏 阅读(53) 评论(0) 推荐(0) 编辑