lrf 2 năm trước cách đây
mục cha
commit
83490c48d4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) {