axios
m0_56168677
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vue + element ui 图片上传
vue + element ui 图片上传原创 2022-07-02 18:50:49 · 872 阅读 · 0 评论 -
在 vue 中 axios 的简单使用
在使用 axios 时需要导入axiosimport axios from 'axios'axios的基础使用// axios 基本使用axios({ url:'http://??????????????/home/multidata', // 请求的链接 // method:'post' // 请求的方式 get 或 post ,默认是 get}).then(res => { // 接受请求成功返回的数据 console.log(res);}).catc原创 2021-08-19 17:40:46 · 530 阅读 · 0 评论
分享