Commit 4fee4336 by liang ce

测试

parent d64e11e1
...@@ -14,10 +14,11 @@ const config = { ...@@ -14,10 +14,11 @@ const config = {
}) })
}).then((res) => { }).then((res) => {
console.log(res) console.log(res)
console.log(location.href.replace(window.location.hash, ''))
let senddate = qs.stringify({ let senddate = qs.stringify({
version: MINGPAY_CONSTANT.MINGPAY_CONSTANT_VERSION, version: MINGPAY_CONSTANT.MINGPAY_CONSTANT_VERSION,
url: window.location.href.replace(window.location.hash, ''), url: location.href.replace(window.location.hash, ''),
agentId: MINGPAY_CONSTANT.MINGPAY_CONSTANT_AGENTID, agentId: res,
orgId: localStorage.getItem('orgId') orgId: localStorage.getItem('orgId')
}) })
return axios.post(`http://139.196.213.18:8300/v1/auth/getJsAuthenticationParameter?${senddate}`).then((res) => { return axios.post(`http://139.196.213.18:8300/v1/auth/getJsAuthenticationParameter?${senddate}`).then((res) => {
......
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