lrf 2 년 전
부모
커밋
83490c48d4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/util/axios-wrapper.js

+ 0 - 1
src/util/axios-wrapper.js

@@ -57,7 +57,6 @@ export default class AxiosWrapper {
         }
       }
     }
-    // TODO: 合并query和options
     if (_.isObject(query) && _.isObject(options)) {
       options = { ...options, params: query, method: 'get' };
     } else if (_.isObject(query) && !query.params) {