From a0d006a8e6734ce1ff08fc5d196266cc2fd27f7d Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Sun, 08 Oct 2023 17:33:44 +0800
Subject: [PATCH] Merge branch 'demo' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into demo

---
 src/components/livestream-others.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/livestream-others.vue b/src/components/livestream-others.vue
index 14a43fb..d8b240e 100644
--- a/src/components/livestream-others.vue
+++ b/src/components/livestream-others.vue
@@ -343,7 +343,7 @@
     video_quality: claritySelected.value
   }).then(res => {
     if (res.code === 0) {
-      message.success('Set the clarity to ' + clarityList[claritySelected.value].label)
+      message.success('将清晰度设置为 ' + clarityList[claritySelected.value].label)
     }
   })
 }
@@ -408,7 +408,7 @@
     video_type: lensSelected.value
   }).then(res => {
     if (res.code === 0) {
-      message.success('Switching live camera successfully.')
+      message.success('切换实时摄像机成功')
     }
   })
 }

--
Gitblit v1.9.3