张延森 3 년 전
부모
커밋
9024af9ce5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/utils/request.js

+ 0
- 1
src/utils/request.js 파일 보기

@@ -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();