张延森 před 3 roky
rodič
revize
9024af9ce5
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      src/utils/request.js

+ 0
- 1
src/utils/request.js Zobrazit soubor

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