From 62bd5c8568d26e346cd516485153050bab58c699 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 18 九月 2025 15:46:01 +0800
Subject: [PATCH] 档案更新
---
src/views/project/donateconsolationfund/index.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/project/donateconsolationfund/index.vue b/src/views/project/donateconsolationfund/index.vue
index a0d188d..5c6f221 100644
--- a/src/views/project/donateconsolationfund/index.vue
+++ b/src/views/project/donateconsolationfund/index.vue
@@ -758,6 +758,8 @@
} from "@/api/project/donatebaseinfo";
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
+import { getToken } from "@/utils/auth";
+
export default {
components: {
@@ -852,6 +854,9 @@
{ required: true, message: "璇疯緭鍏ョ敵璇烽噾棰�", trigger: "blur" },
],
},
+ headers: {
+ Authorization: "Bearer " + getToken()
+ },
//褰撳墠閫変腑鎹愮尞妗堜緥
curCase: {},
//鏄惁鏄剧ず璐圭敤鐢宠寮圭獥
--
Gitblit v1.9.3