From 72229ea4fbfbee1363d937ce6ad5b204927dd0af Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 1 Nov 2022 15:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=8E=E5=B8=82=E4=BA=91?= =?UTF-8?q?=E8=84=91=E9=A1=BA=E5=BA=8F?= 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 80efcaff..0ddcbba2 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -1052,7 +1052,7 @@ 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: [], }) }