From d34e688fdee45c1576e426240024d9ec22d09781 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Wed, 3 Apr 2024 16:54:35 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config/app.js | 2 +-
pages/columnGoods/goods_search/index.vue | 174 ++++++++++++-----------
2 files changed, 89 insertions(+), 87 deletions(-)
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}}
+
+
+
+
+
+
+
+
+
+
+ 隐藏热搜榜
+
+
+
+ 开启热搜榜
+
+
+
+