From 7af2d33d8fda6af451b0873a8f642c3cf7686136 Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期三, 29 十一月 2023 16:21:49 +0800
Subject: [PATCH] 20231129_qiuyh_解决钢筋笼生产查询问题、新加钢筋笼材料标示牌、调整区域打卡

---
 xcx/robePages/safeManage/detailsCheck.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/xcx/robePages/safeManage/detailsCheck.vue b/xcx/robePages/safeManage/detailsCheck.vue
index 8ba4771..e2cb7f8 100644
--- a/xcx/robePages/safeManage/detailsCheck.vue
+++ b/xcx/robePages/safeManage/detailsCheck.vue
@@ -12,8 +12,8 @@
 			<view class="check_details_contents">{{checkDetails.inspectContent}}</view>
 			<view style="overflow:auto;height: 345px;">
 				<view class="check_details_phone" v-for="(item,index) in checkPhone">
-					<!-- <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image> -->
-					<u-album :urls="[`https://pipe.thhy-tj.com/${item.imgPath}`]"></u-album>
+					<!-- <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image> -->
+					<u-album :urls="[`https://szpipe.thhy-tj.com/${item.imgPath}`]"></u-album>
 				</view>
 			</view>
 		</view>
@@ -28,8 +28,8 @@
 			<view class="check_details_contents">{{checkDetails.feedbackContent}}</view>
 			<view style="overflow:auto;height: 345px;">
 				<view class="check_details_phone" v-for="(item,index) in overCheckPhone">
-					<!-- <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image> -->
-					<u-album :urls="[`https://pipe.thhy-tj.com/${item.imgPath}`]"></u-album>
+					<!-- <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image> -->
+					<u-album :urls="[`https://szpipe.thhy-tj.com/${item.imgPath}`]"></u-album>
 				</view>
 			</view>
 		</view>

--
Gitblit v1.9.3