Commit 54b50eb7 by liang ce

测试

parent 242018ec
......@@ -8,7 +8,7 @@ const config = {
let senddate = qs.stringify({
orgId: localStorage.getItem('orgId')
})
axios.post(`http://139.196.213.18:8300/v1/org/query_org_agent_id?${senddate}`).then((res) => {
axios.post(`http://139.196.213.18:8300/v1/auth/query_org_agent_id?${senddate}`).then((res) => {
console.log(res)
})
}).then(() => {
......
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