Loading

摘要: Vue官方推荐的ajax请求框架叫做:axios 1、axios的Get请求语法: axios.get("/item/category/list?pid=0") // 请求路径和请求参数拼接 .then(function(resp){ // 成功回调函数 }) .catch(function(){ 阅读全文
posted @ 2019-12-13 22:27 青岑 阅读(560) 评论(0) 推荐(0) 编辑