From 8c3d15eae99d51193e20ff222dedf96cdba57b33 Mon Sep 17 00:00:00 2001
From: tanghaolin <1723298894@qq.com>
Date: 星期二, 15 四月 2025 09:21:43 +0800
Subject: [PATCH] 删除多余照片

---
 src/views/IndustrialSoftware.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/IndustrialSoftware.vue b/src/views/IndustrialSoftware.vue
index d7fd517..3e3d3da 100644
--- a/src/views/IndustrialSoftware.vue
+++ b/src/views/IndustrialSoftware.vue
@@ -285,13 +285,13 @@
 };
 
 const m_RequestDataObj = {
-	1: { requestPath: 'static/EecProductData/Pump.json' },
-	2: { requestPath: 'static/EecProductData/AirCompressor.json' },
-	3: { requestPath: 'static/EecProductData/Fan.json' },
-	4: { requestPath: 'static/EecProductData/WaterChiller.json' },
-	5: { requestPath: 'static/EecProductData/PowerTransformer.json' },
-	6: { requestPath: 'static/EecProductData/IndustrialBoiler.json' },
-	7: { requestPath: 'static/EecProductData/ElectricMachinery.json' },
+	1: { requestPath: 'static/EecProductData/Pump.json?v=' + new Date().getTime() },
+	2: { requestPath: 'static/EecProductData/AirCompressor.json?v=' + new Date().getTime() },
+	3: { requestPath: 'static/EecProductData/Fan.json?v=' + new Date().getTime() },
+	4: { requestPath: 'static/EecProductData/WaterChiller.json?v=' + new Date().getTime() },
+	5: { requestPath: 'static/EecProductData/PowerTransformer.json?v=' + new Date().getTime() },
+	6: { requestPath: 'static/EecProductData/IndustrialBoiler.json?v=' + new Date().getTime() },
+	7: { requestPath: 'static/EecProductData/ElectricMachinery.json?v=' + new Date().getTime() },
 };
 
 // 婧愭暟鎹�

--
Gitblit v1.9.3