axios.post请求多参数传递失败问题

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

 

posted @ 2019-09-03 16:56  源l  阅读(1223)  评论(0编辑  收藏  举报