From 2a2eb0fbc32df100bdcaacc5bcc12b17bfe39f50 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 1 Nov 2022 13:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=8D=A2=E9=A6=96=E9=A1=B5=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E8=B5=84=E6=BA=90=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/newHome/components/Navigation.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/front/src/views/newHome/components/Navigation.vue b/front/src/views/newHome/components/Navigation.vue index 2c24745d..a7dacf61 100644 --- a/front/src/views/newHome/components/Navigation.vue +++ b/front/src/views/newHome/components/Navigation.vue @@ -161,13 +161,13 @@ const store = useStore() const router = useRouter() const topList = ref([ - '组件服务', '应用资源', + '组件服务', '基础设施', '数据资源', '知识库', ]) - const select = ref(whoShow.itShowQingDao ? '' : '组件服务') + const select = ref(whoShow.itShowQingDao ? '' : '应用资源') let applicationDataList = ref([]) let technosphereDataList = ref([]) const fabubumen = ref([ @@ -283,14 +283,14 @@ } const mohuchaxun = ref('组件服务') function onSearch() { - // if (text.value) { - snum.value.str = text.value - console.log('===================>', text.value) - store.commit('home/selectCardsData', snum.value) - router.push({ - path: '/DetailsPageconetent', - query: snum.value, - }) + // if (text.value) { + snum.value.str = text.value + console.log('===================>', text.value) + store.commit('home/selectCardsData', snum.value) + router.push({ + path: '/DetailsPageconetent', + query: snum.value, + }) // } else { // message.warning('请输入查询内容!') // }