摘要: 一、利用this.route.query()获取 //url=http://localhost:123/#/manage?ids=1&age=0 console.log(this.$route.query.ids);//1 二、利用window.location.href()获取 当url是动态同步 阅读全文
posted @ 2022-03-23 15:39 ling'er 阅读(209) 评论(0) 推荐(0)