當(dāng)參數(shù)的值為id的時(shí)候,在id中的值沒有參數(shù)“?”之后字符串被截取逗旁。
傳過去,通過encodeURIComponent方法進(jìn)行轉(zhuǎn)譯
let a=encodeURIComponent(e)
this.$router.push({ path: '/pages/main/home-index/components/webviews', query: { id: a } })
接收
this.URL=decodeURIComponent(this.$route.query.id)
console.log(this.URL);