示例代码
// axios创建实例对象来发起请求
const fun = axios.create({
baseURL: 'https://api.apiopen.top'
});
fun({
url: 'getJoke'
}).then(response => console.log(response));
// axios创建实例对象来发起请求
const fun = axios.create({
baseURL: 'https://api.apiopen.top'
});
fun({
url: 'getJoke'
}).then(response => console.log(response));
今天在做一个文件上传功能时,遇到一个问题,把前端用el-upload上传的file发送给后端,像往
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M