From dc7ef35a8d972bdd853c8324703087ac4b6b9063 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期五, 31 三月 2023 16:52:46 +0800
Subject: [PATCH] 细节修改

---
 src/assets/js/ByUtils.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/assets/js/ByUtils.js b/src/assets/js/ByUtils.js
index 4183312..b885c52 100644
--- a/src/assets/js/ByUtils.js
+++ b/src/assets/js/ByUtils.js
@@ -320,9 +320,10 @@
         // vm.$loading();
         vm.$axios({
             // headers: {
-            //     'token': token
+            //     'Content-Type': "application/json;charset=UTF-8"
             // },
             withCredentials: false,
+            responseType: "blob",
             url: url,
             method: 'post',
             data: data

--
Gitblit v1.9.1