From c0f92782db722b73c6844a6004b210c46f71475c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 23 十月 2025 21:29:21 +0800
Subject: [PATCH] fix: bug

---
 src/constants/temp.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/constants/temp.ts b/src/constants/temp.ts
index 83bb2a2..35c7427 100644
--- a/src/constants/temp.ts
+++ b/src/constants/temp.ts
@@ -6,7 +6,7 @@
 // 鍔犲噺浜�
 export const InsuranceAddOrReduceTempPath = `${TempFolderPath}/%E5%8A%A0%E5%87%8F%E4%BA%BA%E6%A8%A1%E6%9D%BF-v2.xlsx`;
 // 鏇挎崲浜�
-export const InsuranceChangeTempPath = `${TempFolderPath}/%E6%9B%BF%E6%8D%A2%E4%BA%BA%E6%A8%A1%E6%9D%BF%20-v2.xlsx`;
+export const InsuranceChangeTempPath = `${TempFolderPath}/%E6%9B%BF%E6%8D%A2%E4%BA%BA%E6%A8%A1%E6%9D%BF-v2.xlsx`;
 // 鑱屼笟绫诲瀷瀵圭収琛�
 export const InsuranceOccupationTypeTempPath = `${TempFolderPath}/%E8%81%8C%E4%B8%9A%E7%B1%BB%E5%9E%8B%E5%AF%B9%E7%85%A7%E8%A1%A8.xls`;
 // 浜у搧淇濋殰鏂规

--
Gitblit v1.9.1