From 6eaaba4f97028d581df3e019a7705d60b398c26e Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期二, 21 十一月 2023 17:12:57 +0800
Subject: [PATCH] 小程序图片地址修改

---
 xcx/labourPages/rectificationNotice/noticeDetails.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/xcx/labourPages/rectificationNotice/noticeDetails.vue b/xcx/labourPages/rectificationNotice/noticeDetails.vue
index bc7ae72..e9d6051 100644
--- a/xcx/labourPages/rectificationNotice/noticeDetails.vue
+++ b/xcx/labourPages/rectificationNotice/noticeDetails.vue
@@ -22,8 +22,8 @@
 					</view>
 					<view style="height:450px;overflow: auto;">
 						<view class="notice_matter_phone" v-for="(item,index) in ArrNotice" :key="index">
-							<!-- <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 class="items_tyle" style="margin:10px 0">
@@ -60,8 +60,8 @@
 					</view>
 					<view style="height:450px;overflow: auto;">
 						<view class="notice_matter_phone" v-for="(item,index) in ArrNotice" :key="index">
-							<!-- <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" @click="clickImgs"></u-image> -->
-							<u-album :urls="[`https://pipe.thhy-tj.com/${item.imgPath}`]"></u-album>
+							<!-- <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" @click="clickImgs"></u-image> -->
+							<u-album :urls="[`https://szpipe.thhy-tj.com/${item.imgPath}`]"></u-album>
 						</view>
 					</view>
 					<view class="notice_matter_items" style="margin-top:10px">
@@ -70,8 +70,8 @@
 					</view>
 					<view style="overflow: auto;height:100%">
 						<view class="notice_matter_phone" v-for="(item,index) in overArrNotice" :key="index">
-							<!-- <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>
@@ -161,7 +161,7 @@
 							status: 'success',
 							message: '',
 							data: data.data,
-							url: `https://pipe.thhy-tj.com/${data.data}`
+							url: `https://szpipe.thhy-tj.com/${data.data}`
 						})
 					},
 					fail: (error) => {

--
Gitblit v1.9.3