Skip to content

Commit 367b323

Browse files
committed
Fix bug
1 parent 924d2fa commit 367b323

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/api/http.js

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ module.exports = {
120120
},
121121

122122
request(method, urlParam, data = {}, headers = {}, overrideOpts = {}) {
123-
console.log('QQQQQ8 urlParam:', urlParam.url, 'urlParam:', urlParam.params);
124123
return axios({
125124
method,
126125
url: urlParam.url,

0 commit comments

Comments
 (0)