From 4fb0c56fe4c98ef38bc4cfee497ff10301121d5d Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 09 Oct 2023 14:13:20 +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 d8b240e..771fb42 100644
--- a/src/components/livestream-others.vue
+++ b/src/components/livestream-others.vue
@@ -335,7 +335,7 @@
const onUpdateQuality = () => {
if (!liveState.value) {
- message.info('Please turn on the livestream first.')
+ message.info('请先打开直播')
return
}
setLivestreamQuality({
@@ -400,7 +400,7 @@
}
const onSwitch = () => {
if (lensSelected.value === undefined || lensSelected.value === nonSwitchable) {
- message.info('The ' + nonSwitchable + ' lens cannot be switched, please select the lens to be switched.', 8)
+ message.info('当前 ' + nonSwitchable + ' 镜头无法切换,请选择要切换的镜头', 8)
return
}
changeLivestreamLens({
--
Gitblit v1.9.3