去除多余console

This commit is contained in:
gaoxs
2020-04-13 17:48:31 +08:00
parent 7248b0f091
commit e08d2a6fa7
23 changed files with 3 additions and 105 deletions

View File

@ -55,8 +55,6 @@ function baseRequest(options) {
return fly.request(url, params || data, {
...option
}).then(res => {
console.log(res)
// console.log(url,params,data, ...option)
const data = res.data || {};
if (res.status !== 200) {
return Promise.reject({ msg: "请求失败", res, data });