From 1869f4d8956d69bf63130d5d485ce1a9d5acdcef Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 24 一月 2024 14:38:20 +0800
Subject: [PATCH] 11

---
 src/views/project/donationdetails/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue
index 4bba644..7f30e89 100644
--- a/src/views/project/donationdetails/index.vue
+++ b/src/views/project/donationdetails/index.vue
@@ -2652,6 +2652,7 @@
   },
 
   created() {
+    this.Getnetworkheader();
     this.infoid = this.$route.query.id;
   },
   mounted() {
@@ -3471,6 +3472,7 @@
         headers: { Authorization: "Bearer " + this.ICDtoken }
       };
       const pdfimg = this.Networkheader + "/prod-api" + response.fileName;
+      console.log(this.Networkheader);
       //鑾峰彇绁ㄦ嵁淇℃伅浣嶇疆
       if (response.code == 200) {
         this.previewpdf = true;

--
Gitblit v1.9.3