@@ -23,6 +23,6 @@ export const getWxSign = (url = location.href) => request({
method: 'GET',
url: '/wechat/signature',
params: {
- url: encodeURIComponent(url)
+ url: url
}
})