摘要: let url = res.content const fileName = jobId + '-' + logId + '.csv'// 导出文件名 const link = document.createElement('a') // 创建a标签 link.download = fileName 阅读全文
posted @ 2021-05-24 11:40 君之圣 阅读(63) 评论(0) 推荐(0)
摘要: ###axios的封装 import axios from "axios" import store from "@/store" import { getToken } from "@/utils/auth" import { Modal } from "ant-design-vue" // cr 阅读全文
posted @ 2021-05-24 11:27 君之圣 阅读(239) 评论(0) 推荐(0)