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 || '' }} 个组件