vue路由$router.push传递Date对象2024-02-19 15:40:04this.$router.push({path:'/',query:{curDate:JSON.stringify(this.theMonth)}}) new Date(JSON.parse(this.$route.query.curDate)) 先转为json字符串,接收后转为json对象 不转为json字符串是不可以用$route.query来接收的 点赞 收藏 分享 文章举报 码林鼠 发布了105 篇原创文章 · 获赞 5 · 访问量 3964 私信 关注 上一篇:MySql查询最近一个月,一周,一天下一篇:010、MySQL日期时间戳转化为文本日期时间