axios默认get是params,post用data,所以我用的是post请求,所以要把params该为data,就好了,
axios请求参数自动拼接到了地址那里
原文:https://www.cnblogs.com/pfybk/p/14312424.html