邓洁 : 注释log

This commit is contained in:
邓洁
2023-12-05 10:48:27 +08:00
parent 20f56b5d8d
commit 0612840cdc
27 changed files with 235 additions and 229 deletions

View File

@@ -28,7 +28,7 @@ const service = {
isOutTime(res);
},
fail: err => {
console.log('错误', err);
// console.log('错误', err);
reject(err)
}
})
@@ -261,7 +261,6 @@ const apiService = {
toBePartner(data) {
const url = `/center/partner`
return new Promise((resolve, reject) => {
console.log(data);
resolve(service.post(url, data))
})
},