摘要:
proxy.$http.post(url, commitObject.value, { headers: { responseType: 'blob' } }).then((p) => { if (p.data.code == 200 || p.status == 200) { ElMessage. 阅读全文
摘要:
const instance = axios.create({ // baseURL: "http://175.30.32.3:48080", timeout: 120000, headers: { Authorization: 'Bearer ' + getToken(), 'Content-Ty 阅读全文