修改部署端口

Change-Id: I9ae4984327894aa0c38ba6ea31e74927f571d518
diff --git a/Merge/front/src/api/search_jwlll.js b/Merge/front/src/api/search_jwlll.js
index 5ab7eb1..7568f1d 100644
--- a/Merge/front/src/api/search_jwlll.js
+++ b/Merge/front/src/api/search_jwlll.js
@@ -1,7 +1,7 @@
 // 搜索推荐算法相关的API接口
 // 对应 JWLLL 后端服务
 
-const BASE_URL = 'http://127.0.0.1:5000'
+const BASE_URL = 'http://10.126.59.25:5717'
 
 // 通用请求函数
 const request = async (url, options = {}) => {