diff --git a/front/public/static/config/basicConfig.js b/front/public/static/config/basicConfig.js index 01b07ed6..94ed1a56 100644 --- a/front/public/static/config/basicConfig.js +++ b/front/public/static/config/basicConfig.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-09-14 10:50:37 + * @LastEditTime: 2022-09-19 11:08:04 * @Description: 系统静态参数配置 */ var _global = {} @@ -58,8 +58,8 @@ var CONFIGITEM = { }, backUrl: 'http://localhost:8001', previewUrl: 'http://192.168.124.236:9796/', - // websocketURL: '192.168.124.236:8888/renren-admin', - websocketURL: '10.18.1.99:8889/renren-admin', + websocketURL: '192.168.124.236:8888/renren-admin', + // websocketURL: '10.18.1.99:8889/renren-admin', POI_URL: 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address', }, diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue index 6bdc1dfe..406a7ffa 100644 --- a/front/src/views/capacitySquare/components/algorithm.vue +++ b/front/src/views/capacitySquare/components/algorithm.vue @@ -1,6 +1,18 @@ diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index f99c692e..0fd2870a 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -367,7 +367,7 @@ export default { // 购物车id列表 const selList = ref([ { name: '发布时间', value: 'tdr.create_date', show: true, orderType: 'DESC' }, - { name: '浏览量', value: 'visits', show: true, orderType: 'DESC' }, + // { name: '浏览量', value: 'visits', show: true, orderType: 'DESC' }, { name: '申请量', value: 'applyCount', show: true, orderType: 'DESC' }, { name: '收藏量', value: 'collectCount', show: true, orderType: 'DESC' }, { name: '评分', value: 'score', show: true, orderType: 'DESC' },