YM
2024-05-29 f84c3f1d77f798eb17dc48bba29fef1015536935
src/plugin/axios/index.ts
@@ -25,6 +25,7 @@
// 响应拦截器
service.interceptors.response.use(
  (response) => {
    if (response.status == 200) {
      if (response.request.responseURL.indexOf('/FileDownload') > -1) {
        return response.data;