前端下载excel文件的两种方式

前端下载后端的excel文件的两种方式
//当下载excel的时候,不让其操作
import { Loading } from 'element-ui'; //使用element的loading效果
let instance
const request = axios.create({
baseURL:'http://127.0.0.1:3000'
})
request.interceptors.request.use(function(config) {
instance = Loading.service({
// lock: true,
text: '数据加载中',
spinner: 'el-icon-loading',
background: 'rgba(254, 254, 254, 0.7)'
})

前端下载excel文件的两种方式最先出现在Python成神之路

版权声明:
作者:Alex
链接:https://www.techfm.club/p/6985.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>