首页 > 技术文章 > axios.post请求多参数传递失败问题

braveLN 2019-09-03 16:56 原文

return axios({
        url: `/*/*`,
        method: 'post',
        params: {
          userid,
          current,
          rowCount
        },
        withCredentials: false
      })

 

推荐阅读