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 |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/IndustrialSoftware.vue b/src/views/IndustrialSoftware.vue
index d502cab..3e3d3da 100644
--- a/src/views/IndustrialSoftware.vue
+++ b/src/views/IndustrialSoftware.vue
@@ -101,7 +101,7 @@
 							<div class="flex gap-2" style="justify-content: space-between; align-items: center">
 								<!-- <el-tag size="small" type="success">{{ app.CompanyName }}</el-tag> -->
 								<div class="goods-price">
-									<span class="goods-price-selling"> 楼{{ app.Price }}</span>
+									<span class="goods-price-selling">闈㈣</span>
 								</div>
 								<div class="flex items-center eec-level-div">
 									<img :src="EecLevelEnum[app.EnergyEfficiencyClass].icon" />
@@ -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