vuejs取得URL中参数的值 地址:http://localhost:3333/#/index?id=001 结果:001
http://localhost:3333/#/index?id=001
001
console.log(this.$route.query.id)