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/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