From c1da555cebbbcc55dc0ec83f8a2b4c3d9e9c81c0 Mon Sep 17 00:00:00 2001 From: guoyue Date: Thu, 27 Oct 2022 15:04:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=EF=BC=9A=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E8=A7=86=E9=A2=91=E6=9B=B4=E6=94=B9=E4=B8=BA=E8=A7=82?= =?UTF-8?q?=E7=9C=8B=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index eea54b44..09340b4a 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -513,7 +513,7 @@ 预览 - + - {{ `(请申请后在我的申请中预览视频)` }} + {{ `(请申请后在我的申请中观看视频)` }} @@ -2262,14 +2262,14 @@ if (index) { itemData = selectedList.value[index] } - let msg = '请申请后在我的申请中预览视频!' + let msg = '请申请后在我的申请中观看视频!' if ( (itemData && itemData.status != 1) || (rowClickData.value && rowClickData.value.status != 1) ) { msg = '当前视频离线不可预览!' } else { - msg = '请申请后在我的申请中预览视频!' + msg = '请申请后在我的申请中观看视频!' } message.warning(msg) }