uniapp 页面传递参数 数据过大的解决办法 传递参数:encodeURIComponent(JSON.stringify(data)) 接受参数:JSON.parse(decodeURIComponent(data))