From 43946aca83334ac3e1c3929a2d6dcba3f2bf6446 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 17 十二月 2024 15:27:59 +0800
Subject: [PATCH] fix:小程序眼镜密码,h5历史收发单

---
 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