Commit 5828520e by caoyanzhi

update: 修改注释

parent 578ced36
...@@ -26,7 +26,7 @@ const request = (opt, params) => { ...@@ -26,7 +26,7 @@ const request = (opt, params) => {
useFormData: false, useFormData: false,
// response 是否使用 code === '0000' 验证 // response 是否使用 code === '0000' 验证
useIntercept: true, useIntercept: true,
// 设置headers, 但是好像没效果,以后再说吧 // 设置headers
headers: {} headers: {}
}; };
requestConfig = Object.assign(requestConfig, opt); requestConfig = Object.assign(requestConfig, opt);
......
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