去除打印
This commit is contained in:
@@ -146,7 +146,6 @@ const CUD = async function (method, uri, data = null) {
|
||||
options.data = data;
|
||||
}
|
||||
const response = await request(options);
|
||||
console.log("response---------",response)
|
||||
return parseResponse(response);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user