Commit 66f5655d by 无尘

fix: 修改提示

parent a59b9688
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -121,9 +121,9 @@ export const postRequest = (url, params) => {
data: qs.stringify(params),
headers: { 'content-type': 'application/x-www-form-urlencoded' }
}).then(res => {
if (res.code != '0000') {
handleResponse(res.code, res.message);
}
if (res.code != '0000') {
handleResponse(res.code, res.message);
}
resolve(res)
}).catch(error => {
reject(error)
......
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