张延森 3 years ago
parent
commit
9024af9ce5
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/utils/request.js

+ 0
- 1
src/utils/request.js View File

@@ -40,7 +40,6 @@ function requestInterceptor(url, options) {
40 40
 }
41 41
 
42 42
 async function responseInterceptor(response, ctx) {
43
-  console.log('-----response--------->', response, ctx);
44 43
   const contextType = response.headers.get('content-type');
45 44
   if (contextType.indexOf('json') > -1) {
46 45
     const result = await response.clone().json();