axios共1篇
分类
标签
使用axios 前后端交互时参数要求
1.params:针对后端要求参数是基本类型的变量而言 params:{ id } 2.data:针对后端要求参数是对象 data:{ QueryObject } ...