From b73d5b4f9d70e997690121a04a8e93e40327d10a Mon Sep 17 00:00:00 2001
From: wk
Date: 星期二, 13 八月 2024 16:01:19 +0800
Subject: [PATCH] feta:货代改为承运商

---
 pages/public-page/driverStream/driverStream.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/public-page/driverStream/driverStream.vue b/pages/public-page/driverStream/driverStream.vue
index 5a1419a..778d075 100644
--- a/pages/public-page/driverStream/driverStream.vue
+++ b/pages/public-page/driverStream/driverStream.vue
@@ -4,7 +4,8 @@
 			class="Dplayer"
 			id="dplayer">
 			<video :src="videoUrl"
-				@fullscreenchange="fullScreen"></video>
+				@fullscreenchange="fullScreen"
+				:autoplay='true'></video>
 		</view>
 	</view>
 </template>
@@ -28,7 +29,7 @@
 				this.$reqGet('useEqCodeGetCameraUrl', { eqCode: this.eqCode }).then(res => {
 					console.log(res);
 					if (res.code == 0) {
-						this.videoUrl = res.data.url
+						this.videoUrl = res.data.url.replace('192.168.1.87:83', 'mx.jzeg.cn:5211')
 					} else {
 						this.$u.toast(res.msg ? res.msg : '鍔犺浇澶辫触');
 					}

--
Gitblit v1.9.1