Compare commits

..

No commits in common. "5f94c7d83a4f631c249319ee8187f9556980c4fa" and "1956bb05ef621931b12a133b0fffd56f0a5b5189" have entirely different histories.

View File

@ -2,14 +2,12 @@ import { post, get, upload } from '@/utils/request'
//ES搜索-主页搜索什么都有、指定用户、指定群、群与用户概览
export const ServeSeachQueryAll = (data = {}) => {
return post('/api/v1/elasticsearch/query-all', data)
// return post('/api/v1/elasticsearch/query-all/v2', data)
return post('/api/v1/elasticsearch/query-all/v2', data)
}
// ES搜索用户数据
export const ServeQueryUser = (data) => {
return post('/api/v1/elasticsearch/query-user', data)
// return post('/api/v1/elasticsearch/query-user/v2', data)
return post('/api/v1/elasticsearch/query-user/v2', data)
}
// ES搜索群组数据