From ac7f284645f36701ac76e7ac5ac62fda6dd5a795 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 4 Nov 2022 16:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 0ddcbba2..df7ed8cf 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -1047,12 +1047,12 @@ } else { // 默认选中 if (formPage && formPage == 'noticePage') { - tabClick(0, '城市云脑会客厅') + tabClick(0, '视频资源') roomYuyue.value = false roomResult.value = true onSearch() } else { - tabClick(0, '城市云脑会客厅') + tabClick(0, '视频资源') } } } @@ -1106,14 +1106,14 @@ content: isXiHaiAn ? ['视频资源'] : username == 'admin' - ? ['城市云脑会客厅', '视频资源', '政务云资源', '视频会议'] - : ['城市云脑会客厅', '视频资源', '政务云资源'], + ? ['视频资源', '城市云脑会客厅', '政务云资源', '视频会议'] + : ['视频资源', '城市云脑会客厅', '政务云资源'], }, ]) let clickList = ref([]) //存储点击的tab if (!isXiHaiAn) { tabList.value.push({ - title: '城市云脑会客厅', + title: '视频资源', content: [], }) }