Commit e75b1e0f authored by beisir's avatar beisir

feat:params 取消enCode

parent 725f58b9
...@@ -104,7 +104,7 @@ const mutations = { ...@@ -104,7 +104,7 @@ const mutations = {
let getScheme = async function() { let getScheme = async function() {
const [res] = await groupBuy.getScheme({ const [res] = await groupBuy.getScheme({
miniUrl: 'pages/webview/webview', miniUrl: 'pages/webview/webview',
params: encodeURIComponent(window.location.href) params: window.location.href
}); });
const url = res; const url = res;
window.location.href = url; // todo 需要验证 window.location.href = url; // todo 需要验证
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment