2024年8月13日

记录使用axios进行的请求(post请求-json、表单、file,get请求)

摘要: // 用于各种的请求 // 常用发起的请求 // get请求 1.有参 2.无参 // post请求 1.json 2.form 3.file import axios from 'axios'; import qs from 'qs' let baseUrl = "http://127.0.0.1 阅读全文

posted @ 2024-08-13 02:09 李华超 阅读(11) 评论(0) 推荐(0) 编辑

导航