From df915acc0699c1f11b67c34d983d2cdf90670fbd Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 3 Nov 2022 14:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E7=A4=BA=E7=89=88=E6=9C=AC=20=20?= =?UTF-8?q?=E9=97=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/home.js | 2 +- front/src/views/home/DetailsPageconetent.vue | 12 ++++++------ front/src/views/home/components/header.vue | 4 ++-- front/src/views/home/components/searchResultList.vue | 2 +- .../views/home/components/searchResultList_back.vue | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/front/src/api/home.js b/front/src/api/home.js index 0b8269c3..ae9a6408 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -425,7 +425,7 @@ export function updateIntegrationServices(data) { }) } -// 全局搜索 +// 全文检索 export function getCountByFuzzyQuery(params, flag) { return request({ url: diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 13ddbfc0..078afe62 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -27,7 +27,7 @@ style="margin-left: 0.1rem" @click="globalSearch()" > - 全局搜索 + 全文检索
@@ -232,7 +232,7 @@ style="margin-left: 0.1rem" @click="globalSearch()" > - 全局搜索 + 全文检索
@@ -1127,7 +1127,7 @@ const resourceList = reactive({ data: [] }) const videoList = reactive({ data: [] }) const resourceTotal = ref('') - // 全局搜索 + // 全文检索 const camera = ref(null) const globalData = reactive({ data: [] }) const globalFlag = ref(false) @@ -1153,7 +1153,7 @@ flag = true } getCountByFuzzyQuery(searchValue.value || '', flag).then((res) => { - console.log('全局搜索==========》', res.data.data) + console.log('全文检索==========》', res.data.data) globalData.data = res.data.data let mapFlag = true res.data.data.map((val) => { @@ -1181,7 +1181,7 @@ ) }) } else { - message.warning('全局搜索必须输入关键词!') + message.warning('全文检索必须输入关键词!') } } // 校验 diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue index 9acd5daa..3aa55a83 100644 --- a/front/src/views/home/components/header.vue +++ b/front/src/views/home/components/header.vue @@ -7,8 +7,8 @@ ]" >
-
-
+

政务信息系统生态运营平台

(Government information ecological operation platform)

diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 1fc314bb..ccac9316 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -3,7 +3,7 @@
- 检测结果: + 能力货架: {{ resourceTotal || '' }} 个{{ cardType == '组件服务' ? '组件' : cardType == '应用资源' ? '应用' : '' diff --git a/front/src/views/home/components/searchResultList_back.vue b/front/src/views/home/components/searchResultList_back.vue index 60196eb2..482798c0 100644 --- a/front/src/views/home/components/searchResultList_back.vue +++ b/front/src/views/home/components/searchResultList_back.vue @@ -3,7 +3,7 @@
!
- 检测结果: + 能力货架: {{ resourceTotal || '' }} 个组件