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

---
 xcx/pages/registerIndex/index.vue                     |    4 +-
 xcx/robePages/safeManage/datumSafe.vue                |    4 +-
 xcx/robePages/safetyIndex/index.vue                   |    6 +-
 xcx/robePages/safeManage/addHidden.vue                |    4 +-
 xcx/pages/robeHome/index.vue                          |    2 
 xcx/robePages/safeManage/detailsCheck.vue             |    8 ++--
 xcx/robePages/usersManage/staffDetails.vue            |    2 
 xcx/robePages/safeManage/detailsHidden.vue            |    4 +-
 xcx/labourPages/usersInfo/usersDetails.vue            |    6 +-
 xcx/robePages/safeManage/addCheck.vue                 |    4 +-
 xcx/api/http.js                                       |    6 +-
 xcx/labourPages/safetyIndex/index.vue                 |    6 +-
 xcx/pages/loginIndex/index.vue                        |    4 +-
 xcx/robePages/safeManage/approveHidden.vue            |    4 +-
 xcx/labourPages/safetyTrain/trainDetails.vue          |    2 
 xcx/robePages/safeManage/rectifyDetails.vue           |    4 +-
 xcx/robePages/incomingIndex/detail.vue                |    2 
 xcx/robePages/usersManage/trainDetails.vue            |    2 
 xcx/labourPages/punishRecord/recordIndex.vue          |    2 
 xcx/labourPages/rectificationNotice/noticeDetails.vue |   14 +++---
 xcx/pages/labourHome/index.vue                        |    4 +-
 21 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/xcx/api/http.js b/xcx/api/http.js
index 1403019..dff628a 100644
--- a/xcx/api/http.js
+++ b/xcx/api/http.js
@@ -1,7 +1,7 @@
 function Request() {}
-export const basrUrl = 'https://pipe.thhy-tj.com/api';
-// export const basrUrl = 'https://pipe.thhy-tj.com:8880';
-// export const basrUrl = 'http://111.30.93.212:8089/api';
+// export const basrUrl = 'https://szpipe.thhy-tj.com/api';
+ export const basrUrl = 'http://192.168.0.100:8880';
+//export const basrUrl = 'http://111.30.93.212:8089/suapi';
 Request.prototype = {
 	post: function(url, params) {
 		return new Promise(function(resolve, reject) {
diff --git a/xcx/labourPages/punishRecord/recordIndex.vue b/xcx/labourPages/punishRecord/recordIndex.vue
index 37fb200..09a651e 100644
--- a/xcx/labourPages/punishRecord/recordIndex.vue
+++ b/xcx/labourPages/punishRecord/recordIndex.vue
@@ -128,7 +128,7 @@
 			position: relative;
 			height: calc(100vh - 110rpx);
 			.home_top_bg{
-				background: url('https://pipe.thhy-tj.com/group1/M00/00/02/bx5d1GSihIGAcLm2AAH16Fc_aMk207.png') no-repeat;
+				background: url('https://szpipe.thhy-tj.com/group1/M00/00/02/bx5d1GSihIGAcLm2AAH16Fc_aMk207.png') no-repeat;
 				background-size: 100% 100%;
 				height: 30vh;
 				position: absolute;
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) => {
diff --git a/xcx/labourPages/safetyIndex/index.vue b/xcx/labourPages/safetyIndex/index.vue
index 231f76e..e5de221 100644
--- a/xcx/labourPages/safetyIndex/index.vue
+++ b/xcx/labourPages/safetyIndex/index.vue
@@ -9,7 +9,7 @@
 				<u-image 
 					width="35px" 
 					height="35px"
-					src="https://pipe.thhy-tj.com/group1/M00/00/01/bx5d1GSiWhCAEXQ6AAAHEMPF2H4526.png">
+					src="https://szpipe.thhy-tj.com/group1/M00/00/01/bx5d1GSiWhCAEXQ6AAAHEMPF2H4526.png">
 				</u-image>
 			</view>
 			<view class="check_item_li">
@@ -74,7 +74,7 @@
 		margin-bottom: 10px;
 		width: 100%;
 		height: 18%;
-		background: url('https://pipe.thhy-tj.com/group1/M00/00/04/bx5d1GR29yOAI0n4AAMYLFxtvVs706.png') no-repeat;
+		background: url('https://szpipe.thhy-tj.com/group1/M00/00/04/bx5d1GR29yOAI0n4AAMYLFxtvVs706.png') no-repeat;
 		background-size: 100% 100%;
 	}
 	
@@ -110,7 +110,7 @@
 				padding: 6px 12px;
 				color: #FFFFFF;
 				font-size: 12px;
-				background: url('https://pipe.thhy-tj.com/group1/M00/00/04/bx5d1GR38HuAX1LDAAACuUYd2z4415.png') no-repeat;
+				background: url('https://szpipe.thhy-tj.com/group1/M00/00/04/bx5d1GR38HuAX1LDAAACuUYd2z4415.png') no-repeat;
 				background-size: 100% 100%;
 				
 				&:active {
diff --git a/xcx/labourPages/safetyTrain/trainDetails.vue b/xcx/labourPages/safetyTrain/trainDetails.vue
index 1a9afa3..0d3fd69 100644
--- a/xcx/labourPages/safetyTrain/trainDetails.vue
+++ b/xcx/labourPages/safetyTrain/trainDetails.vue
@@ -48,7 +48,7 @@
 					mask: true
 				})
 				uni.downloadFile({
-				  url: `https://pipe.thhy-tj.com/${item.securePathVideo}`,
+				  url: `https://szpipe.thhy-tj.com/${item.securePathVideo}`,
 				  success: function (res) {
 				    var filePath = res.tempFilePath;
 					uni.hideLoading()
diff --git a/xcx/labourPages/usersInfo/usersDetails.vue b/xcx/labourPages/usersInfo/usersDetails.vue
index e31ef12..bb76eb9 100644
--- a/xcx/labourPages/usersInfo/usersDetails.vue
+++ b/xcx/labourPages/usersInfo/usersDetails.vue
@@ -10,8 +10,8 @@
 				label="头像"
 				prop="photo"
 				borderBottom>
-				<u-image :src="`https://pipe.thhy-tj.com/${formRegister.photo}`" width="100rpx" height="100rpx" v-if="formRegister.photo !==''"></u-image>
-				<u-image src="https://pipe.thhy-tj.com/group1/M00/00/01/bx5d1GSc-FmAQYjnAAAN3YyC44Y541.png" width="100rpx" height="100rpx" v-if="formRegister.photo===''"></u-image>
+				<u-image :src="`https://szpipe.thhy-tj.com/${formRegister.photo}`" width="100rpx" height="100rpx" v-if="formRegister.photo !==''"></u-image>
+				<u-image src="https://szpipe.thhy-tj.com/group1/M00/00/01/bx5d1GSc-FmAQYjnAAAN3YyC44Y541.png" width="100rpx" height="100rpx" v-if="formRegister.photo===''"></u-image>
 			</u-form-item>
 			<u-form-item
 					label="编号"
@@ -282,7 +282,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) => {
diff --git a/xcx/pages/labourHome/index.vue b/xcx/pages/labourHome/index.vue
index 11df813..e2a4ece 100644
--- a/xcx/pages/labourHome/index.vue
+++ b/xcx/pages/labourHome/index.vue
@@ -26,7 +26,7 @@
 				</view>
 				<view class="home_middle_img">
 					<!-- <u-image :src="`${basrUrl}/materials/steelPrint/test?num=${openId}`" width="280rpx" height="280rpx"></u-image> -->
-					<u-image :src="`https://pipe.thhy-tj.com/${works.photo}`" width="280rpx" height="280rpx" v-if="works.phone"></u-image>
+					<u-image :src="`https://szpipe.thhy-tj.com/${works.photo}`" width="280rpx" height="280rpx" v-if="works.phone"></u-image>
 					<u-image src="@/static/workers_icons.png" width="280rpx" height="280rpx" v-else></u-image>
 				</view>
 				<view class="home_middle_line"></view>
@@ -39,7 +39,7 @@
 			</view>
 			<view class="home_footer_menu">
 				<view class="home_menu_items" v-for="(menuItems,menuIndex) in menuLists" :key="menuIndex">
-					<u-image class="home_menu_icons" :src="`https://pipe.thhy-tj.com/${menuItems.menuIcon}`" width="128rpx" height="128rpx" @click="menuClick(menuItems)"></u-image>
+					<u-image class="home_menu_icons" :src="`https://szpipe.thhy-tj.com/${menuItems.menuIcon}`" width="128rpx" height="128rpx" @click="menuClick(menuItems)"></u-image>
 					<view class="home_menu_text">{{menuItems.menuName}}</view>
 				</view>
 			</view>
diff --git a/xcx/pages/loginIndex/index.vue b/xcx/pages/loginIndex/index.vue
index e52abc6..2f25e41 100644
--- a/xcx/pages/loginIndex/index.vue
+++ b/xcx/pages/loginIndex/index.vue
@@ -63,8 +63,8 @@
 		data() {
 			return {
 				formLogin: {
+					// username: '18103009188',
 					username: '',
-					// username: '14798989898',
 					password: ''
 				},
 				rulesLogin: {
@@ -240,7 +240,7 @@
 		width: 100%;
 		height: 50%;
 		// background: #556DFE;
-		background: url('http://filemanage.thhy-tj.com:8888/group1/M00/00/04/bx5d1GR1awaAOSrGAADytgHWrpk815.png') no-repeat;
+		background: url('https://szpipe.thhy-tj.com/group1/M00/00/04/bx5d1GR1awaAOSrGAADytgHWrpk815.png') no-repeat;
 		background-size: 100% 100%;
 		border-radius: 0 0 20px 20px;
 		
diff --git a/xcx/pages/registerIndex/index.vue b/xcx/pages/registerIndex/index.vue
index 08f6a21..a1f3216 100644
--- a/xcx/pages/registerIndex/index.vue
+++ b/xcx/pages/registerIndex/index.vue
@@ -227,7 +227,7 @@
 				this.fileList = [{
 					id: this.fileList.length + 1,
 					data: data.photoUrl,
-					url: `https://pipe.thhy-tj.com/${data.photoUrl}`
+					url: `https://szpipe.thhy-tj.com/${data.photoUrl}`
 				}]
 				this.$set(this.formRegister, 'realName', data.realName);
 				this.$set(this.formRegister, 'sex', data.sex);
@@ -280,7 +280,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) => {
diff --git a/xcx/pages/robeHome/index.vue b/xcx/pages/robeHome/index.vue
index 1d751e5..e9251c9 100644
--- a/xcx/pages/robeHome/index.vue
+++ b/xcx/pages/robeHome/index.vue
@@ -34,7 +34,7 @@
 					<view class="users_content">
 						<view class="users_menu" v-for="(userItem,userIndex) in items.menuList" :key="userIndex">
 							<view class="users_menu_icons" @click="btnClick(userItem)">
-								<u-image :src="`https://pipe.thhy-tj.com/${userItem.menuIcon}`" width="128rpx" height="128rpx"></u-image>
+								<u-image :src="`https://szpipe.thhy-tj.com/${userItem.menuIcon}`" width="128rpx" height="128rpx"></u-image>
 							</view>
 							<view class="users_menu_text">{{userItem.menuName}}</view>
 						</view>
diff --git a/xcx/robePages/incomingIndex/detail.vue b/xcx/robePages/incomingIndex/detail.vue
index fd97f4b..c70e2c2 100644
--- a/xcx/robePages/incomingIndex/detail.vue
+++ b/xcx/robePages/incomingIndex/detail.vue
@@ -189,7 +189,7 @@
 					this.applyRecord = res.data.applyRecord;
 					this.formRegister = res.data.reginfo;
 					this.$set(this.formRegister, 'photoUrl', res.data.reginfo.photoUrl ? 
-					`https://pipe.thhy-tj.com/${res.data.reginfo.photoUrl}` : '');
+					`https://szpipe.thhy-tj.com/${res.data.reginfo.photoUrl}` : '');
 					this.$set(this.formRegister, 'sex', res.data.reginfo.sex == 0 ? '男' : '女');
 				}
 			})
diff --git a/xcx/robePages/safeManage/addCheck.vue b/xcx/robePages/safeManage/addCheck.vue
index 3209481..7b509b5 100644
--- a/xcx/robePages/safeManage/addCheck.vue
+++ b/xcx/robePages/safeManage/addCheck.vue
@@ -52,7 +52,7 @@
 						:maxCount="6"
 						width="150"
 						height="150">
-						<image src="https://pipe.thhy-tj.com/group1/M00/00/02/bx5d1GSihuWAA-kBAAAICqDtUn8566.png" mode="widthFix" style="width:64px;height: 100px;display: flex;justify-content: center;"></image>
+						<image src="https://szpipe.thhy-tj.com/group1/M00/00/02/bx5d1GSihuWAA-kBAAAICqDtUn8566.png" mode="widthFix" style="width:64px;height: 100px;display: flex;justify-content: center;"></image>
 						<view style="text-align: center;font-size: 16px;color: #666666;">上传照片</view>
 					</u-upload>
 				</u-form-item>
@@ -168,7 +168,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) => {
diff --git a/xcx/robePages/safeManage/addHidden.vue b/xcx/robePages/safeManage/addHidden.vue
index 1698bf1..edcf63d 100644
--- a/xcx/robePages/safeManage/addHidden.vue
+++ b/xcx/robePages/safeManage/addHidden.vue
@@ -17,7 +17,7 @@
 						:maxCount="6"
 						width="150"
 						height="150">
-						<image src="https://pipe.thhy-tj.com/group1/M00/00/02/bx5d1GSihuWAA-kBAAAICqDtUn8566.png" mode="widthFix" style="width:64px;height: 100px;display: flex;justify-content: center;"></image>
+						<image src="https://szpipe.thhy-tj.com/group1/M00/00/02/bx5d1GSihuWAA-kBAAAICqDtUn8566.png" mode="widthFix" style="width:64px;height: 100px;display: flex;justify-content: center;"></image>
 						<view style="text-align: center;font-size: 16px;color: #666666;">上传照片</view>
 					</u-upload>
 				</u-form-item>
@@ -126,7 +126,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) => {
diff --git a/xcx/robePages/safeManage/approveHidden.vue b/xcx/robePages/safeManage/approveHidden.vue
index 9c49116..ed7a181 100644
--- a/xcx/robePages/safeManage/approveHidden.vue
+++ b/xcx/robePages/safeManage/approveHidden.vue
@@ -5,8 +5,8 @@
 				<view class="check_details_card" >
 					<view class="hidden_text">问题照片</view>
 					<view class="check_details_phone hidden_datas" v-for="(item,index) in hiddenPhone">
-						<!-- <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="check_details_card">
diff --git a/xcx/robePages/safeManage/datumSafe.vue b/xcx/robePages/safeManage/datumSafe.vue
index d11b8f7..02003cf 100644
--- a/xcx/robePages/safeManage/datumSafe.vue
+++ b/xcx/robePages/safeManage/datumSafe.vue
@@ -82,7 +82,7 @@
 				this.$api.reboSystem.detailsDatumInfo({materialId:item.materialId}).then(res=>{
 					if(res.statusMsg === 'ok'){
 						uni.downloadFile({
-						  url: `https://pipe.thhy-tj.com/${res.data.materialPaths[0].materialPath}`,
+						  url: `https://szpipe.thhy-tj.com/${res.data.materialPaths[0].materialPath}`,
 						  success: function (res) {
 							uni.saveFile({
 								tempFilePath:res.tempFilePath,
@@ -123,7 +123,7 @@
 					mask: true
 				})
 				uni.downloadFile({
-				  url: `https://pipe.thhy-tj.com/${val}`,
+				  url: `https://szpipe.thhy-tj.com/${val}`,
 				  success: function (res) {
 				    var filePath = res.tempFilePath;
 					uni.hideLoading()
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>
diff --git a/xcx/robePages/safeManage/detailsHidden.vue b/xcx/robePages/safeManage/detailsHidden.vue
index 729f58c..1ab93f3 100644
--- a/xcx/robePages/safeManage/detailsHidden.vue
+++ b/xcx/robePages/safeManage/detailsHidden.vue
@@ -4,8 +4,8 @@
 			<view class="check_details_card" >
 				<view class="hidden_text">问题照片</view>
 				<view class="check_details_phone hidden_datas" v-for="(item,index) in hiddenPhone">
-					<!-- <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="check_details_card">
diff --git a/xcx/robePages/safeManage/rectifyDetails.vue b/xcx/robePages/safeManage/rectifyDetails.vue
index 9a38932..10faad8 100644
--- a/xcx/robePages/safeManage/rectifyDetails.vue
+++ b/xcx/robePages/safeManage/rectifyDetails.vue
@@ -27,14 +27,14 @@
 						<view class="notice_matter_datas">{{rectifyDetail.inspectContent}}</view>
 					</view>
 					<view class="notice_matter_phone" v-for="(item,index) in NoticePhone" :key="index">
-						<u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image>
+						<u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image>
 					</view>
 					<view class="notice_matter_items">
 						<view class="notice_matter_titles">整改结果:</view>
 						<view class="notice_matter_datas">{{rectifyDetail.feedbackContent ===null?"":rectifyDetail.feedbackContent}}</view>
 					</view>
 					<view class="notice_matter_phone" v-for="(item,index) in overNoticePhone" :key="index">
-						<u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image>
+						<u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image>
 					</view>
 				</view>
 			</view>
diff --git a/xcx/robePages/safetyIndex/index.vue b/xcx/robePages/safetyIndex/index.vue
index 4c09dd5..d4ded89 100644
--- a/xcx/robePages/safetyIndex/index.vue
+++ b/xcx/robePages/safetyIndex/index.vue
@@ -9,7 +9,7 @@
 				<u-image 
 					width="35px" 
 					height="35px"
-					src="https://pipe.thhy-tj.com/group1/M00/00/01/bx5d1GSiWhCAEXQ6AAAHEMPF2H4526.png">
+					src="https://szpipe.thhy-tj.com/group1/M00/00/01/bx5d1GSiWhCAEXQ6AAAHEMPF2H4526.png">
 				</u-image>
 			</view>
 			<view class="check_item_li">
@@ -74,7 +74,7 @@
 		margin-bottom: 10px;
 		width: 100%;
 		height: 18%;
-		background: url('https://pipe.thhy-tj.com/group1/M00/00/04/bx5d1GR29yOAI0n4AAMYLFxtvVs706.png') no-repeat;
+		background: url('https://szpipe.thhy-tj.com/group1/M00/00/04/bx5d1GR29yOAI0n4AAMYLFxtvVs706.png') no-repeat;
 		background-size: 100% 100%;
 	}
 	
@@ -110,7 +110,7 @@
 				padding: 6px 12px;
 				color: #FFFFFF;
 				font-size: 12px;
-				background: url('https://pipe.thhy-tj.com/group1/M00/00/04/bx5d1GR38HuAX1LDAAACuUYd2z4415.png') no-repeat;
+				background: url('https://szpipe.thhy-tj.com/group1/M00/00/04/bx5d1GR38HuAX1LDAAACuUYd2z4415.png') no-repeat;
 				background-size: 100% 100%;
 				
 				&:active {
diff --git a/xcx/robePages/usersManage/staffDetails.vue b/xcx/robePages/usersManage/staffDetails.vue
index 1415c36..77bfc6d 100644
--- a/xcx/robePages/usersManage/staffDetails.vue
+++ b/xcx/robePages/usersManage/staffDetails.vue
@@ -13,7 +13,7 @@
 				<div style="display: flex;flex-direction: row-reverse;">
 					<u-image src="@/static/agvor.png" width="100rpx" height="100rpx"></u-image>
 				</div>
-				<!-- <u-image :src="`https://pipe.thhy-tj.com/${formRegister.photo}`" width="100rpx" height="100rpx"></u-image> -->
+				<!-- <u-image :src="`https://szpipe.thhy-tj.com/${formRegister.photo}`" width="100rpx" height="100rpx"></u-image> -->
 			</u-form-item>
 			<u-form-item
 					label="编号"
diff --git a/xcx/robePages/usersManage/trainDetails.vue b/xcx/robePages/usersManage/trainDetails.vue
index bed8407..888ac8b 100644
--- a/xcx/robePages/usersManage/trainDetails.vue
+++ b/xcx/robePages/usersManage/trainDetails.vue
@@ -177,7 +177,7 @@
 					mask: true
 				})
 				uni.downloadFile({
-				  url: `https://pipe.thhy-tj.com/${val}`,
+				  url: `https://szpipe.thhy-tj.com/${val}`,
 				  success: function (res) {
 				    var filePath = res.tempFilePath;
 					uni.hideLoading()

--
Gitblit v1.9.3