diff --git a/config/app.js b/config/app.js index d890ef2..08f6244 100644 --- a/config/app.js +++ b/config/app.js @@ -55,7 +55,7 @@ module.exports = { HTTP_REQUEST_URL: process.env.NODE_ENV == 'development' ? httpApi : window.location.protocol + "//" + window .location.host, // 聊天长连接地址 - VUE_APP_WS_URL: wsApi ? `${wsApi}?type=user` : VUE_APP_WS_URL, + VUE_APP_WS_URL: process.env.NODE_ENV == 'development' ? `${wsApi}?type=user` : VUE_APP_WS_URL, // #endif HTTP_REQUEST_URL_SIX: httpSix, openPlantGrass: openPlantGrass, diff --git a/pages/columnGoods/goods_search/index.vue b/pages/columnGoods/goods_search/index.vue index 98c5c5c..64e7bb9 100644 --- a/pages/columnGoods/goods_search/index.vue +++ b/pages/columnGoods/goods_search/index.vue @@ -24,92 +24,94 @@ 暂无搜索历史~ - 热门搜索 - - - {{item.keyword}} - - - - - 展开全部 - - - 收起 - - - - - - - - - - 今日热搜 - - - - - - - {{index+1}} - - - {{item.store_name}} - {{item.store_info}} - - - - - {{index+1}} - {{item.store_name}} - - - - - - - - - - - - {{item.cate_name}} - - - - - - - {{idx+1}} - - - {{itm.store_name}} - {{itm.store_info}} - - - - - {{idx+1}} - {{itm.store_name}} - - - - - - - - - - - 隐藏热搜榜 - - - - 开启热搜榜 - - - + + 热门搜索 + + + {{item.keyword}} + + + + + 展开全部 + + + 收起 + + + + + + + + + + 今日热搜 + + + + + + + {{index+1}} + + + {{item.store_name}} + {{item.store_info}} + + + + + {{index+1}} + {{item.store_name}} + + + + + + + + + + + + {{item.cate_name}} + + + + + + + {{idx+1}} + + + {{itm.store_name}} + {{itm.store_info}} + + + + + {{idx+1}} + {{itm.store_name}} + + + + + + + + + + + 隐藏热搜榜 + + + + 开启热搜榜 + + + +