摘要: 1.新建axios.js import axios from "axios"; import qs from "qs" let $get = async function (url,params) { let result; let headers = ""; if(!!Cookies.get("a 阅读全文
posted @ 2021-01-05 15:17 独艾心尔 阅读(140) 评论(0) 推荐(0)
摘要: post 上传方式 var formData = new FormData(); that.$ajax({ url:"sign",//获取标签信息 }).then(res=>{ console.log(res); if(res.data.code == "0"){ that.resp = res.d 阅读全文
posted @ 2021-01-05 15:12 独艾心尔 阅读(71) 评论(0) 推荐(0)