From 57455461759413f3fc0430ecfc84c0152ac143bd Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 08 三月 2024 16:15:26 +0800
Subject: [PATCH] 11
---
src/views/project/fundstatistics/index.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/project/fundstatistics/index.vue b/src/views/project/fundstatistics/index.vue
index 809b909..14f98d8 100644
--- a/src/views/project/fundstatistics/index.vue
+++ b/src/views/project/fundstatistics/index.vue
@@ -160,6 +160,8 @@
import { listDonatebaseinfo } from "@/api/project/donatebaseinfo";
import { getDonationCost, exportFundCost } from "@/api/project/financesubject";
import FundSummary from "@/views/project/components/fundsummary";
+import { getToken } from "@/utils/auth";
+
export default {
//import寮曞叆鐨勭粍浠堕渶瑕佹敞鍏ュ埌瀵硅薄涓墠鑳戒娇鐢�
components: {
@@ -199,6 +201,9 @@
name: null,
id: null,
},
+ headers: {
+ Authorization: "Bearer " + getToken()
+ },
};
},
//鐩戝惉灞炴�� 绫讳技浜巇ata姒傚康
--
Gitblit v1.9.3