随笔分类 -  axios

axios
摘要:dataV项目 页面dispatch方法名 this.$store .dispatch("getDatavList", this.orderType) //res就是返回的数据 .then(res => { }) .catch(error => {}); action。js中//定义action / 阅读全文
posted @ 2021-01-25 16:53 简单就好zyx 阅读(101) 评论(0) 推荐(0)
摘要:get post get:params:data post:data 都可以用qs @Requestbody json(,;) raw @RequestParam qs(?&) x-www-form-urlencoded 阅读全文
posted @ 2019-12-18 15:31 简单就好zyx 阅读(919) 评论(0) 推荐(0)