张延森 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();