提交 d96f22fb 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 5ea8383c
......@@ -160,7 +160,7 @@ module.exports = {
headers: {
sysCode: 9,
},
url: 'https://dev-saas.yunqueyi.com/web/'+api,
url: 'https://dev-saas.yunqueyi.com/web'+api,
method: 'get',
params: para
})
......@@ -198,7 +198,7 @@ module.exports = {
sysCode: 9,
...header
},
url: 'https://dev-saas.yunqueyi.com/web/'+api,
url: 'https://dev-saas.yunqueyi.com/web'+api,
method: 'post',
data: para
})
......@@ -209,7 +209,7 @@ module.exports = {
headers: {
sysCode: 9,
},
url: 'https://dev-saas.yunqueyi.com/web/'+api,
url: 'https://dev-saas.yunqueyi.com/web'+api,
method: 'put',
data: para
})
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册