king
2021-01-26 4b18ab4bf4eff4383bd85beb76564dc6aeb1df86
src/api/index.js
@@ -119,7 +119,7 @@
   * @description 直接请求
   * @param {Object} param 查询及提交参数
   */
  directRequest (url, method, param) {
  directRequest (url, method = 'post', param) {
    let params = { method: 'post' }
    let _url = url