From 244d89b41c0e0e995d38f635a126a0959b9ba25b Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期二, 25 六月 2024 18:16:42 +0800
Subject: [PATCH] 问题处理

---
 common/config.js |   34 ++++++++++------------------------
 1 files changed, 10 insertions(+), 24 deletions(-)

diff --git a/common/config.js b/common/config.js
index 04338d0..c171ea5 100644
--- a/common/config.js
+++ b/common/config.js
@@ -3,14 +3,14 @@
 	hasHead: true,
 	authCallBackUrl: 'https://wxbank.hnnx.com/mer/payOut/getAuthCode.do?authCallBackUrl=',
 	webURL: 'https://jmy.jinmingyuan.com/ecosphere-user',
-	serverTempl:"http://172.16.61.34:8089",
+	serverTempl:"http://172.16.61.31:8089",
 	socketTempl:"wss://yqzx.jinmingyuan.com/wsPerCode",
 	h5Temp:"https://yqzx.jinmingyuan.com/ecosphere-h5",
-	serverUrl: 'http://172.16.61.34:8089',
-	h5Url: 'http://172.16.61.34:8089/service-merchant',
+	serverUrl: 'http://172.16.61.31:8089',
+	h5Url: 'http://172.16.61.31:8089/service-merchant',
 	ftpUrl: 'https://yqzx.jinmingyuan.com/file',
 	// ftpUrl: 'https://echftp.jinmingyuan.com',
-	baseUrl: 'http://172.16.61.34:8089',
+	baseUrl: 'http://172.16.61.31:8089',
 	wx_appid: 'wxad8cc511da676bd4',
 	ali_appid: '2021003199690698'
 }
@@ -18,32 +18,18 @@
 const prod = {
 	authCallBackUrl: 'https://wxbank.hnnx.com/mer/payOut/getAuthCode.do?authCallBackUrl=',
 	webURL: 'https://jmy.jinmingyuan.com/ecosphere-user',
-	serverTempl:"https://yqzx.jinmingyuan.com",
+	serverTempl:"https://jmy.jinmingyuan.com",
 	socketTempl:"wss://yqzx.jinmingyuan.com/wsPerCode",
-	h5Temp:"https://yqzx.jinmingyuan.com/ecosphere-h5",
-	serverUrl: 'https://yqzx.jinmingyuan.com/service-shop',
-	h5Url: 'https://yqzx.jinmingyuan.com/service-merchant',
-	ftpUrl: 'https://yqzx.jinmingyuan.com/file',
+	h5Temp:"https://jmy.jinmingyuan.com/ecosphere-h5",
+	serverUrl: 'https://jmy.jinmingyuan.com/prod-api',
+	h5Url: 'https://jmy.jinmingyuan.com/service-merchant',
+	ftpUrl: 'https://jmy.jinmingyuan.com/file',
 	// ftpUrl: 'https://echftp.jinmingyuan.com',
-	baseUrl: 'https://yqzx.jinmingyuan.com',
+	baseUrl: 'https://jmy.jinmingyuan.com/prod-api',
 	wx_appid: 'wxad8cc511da676bd4',
 	ali_appid: '2021003199690698'
 }
 
-const ayprod = {
-	authCallBackUrl: 'https://wxbank.hnnx.com/mer/payOut/getAuthCode.do?authCallBackUrl=',
-	webURL: 'https://ayecosphere.aysnsh.com/ecosphere-user',
-	serverTempl:"https://ayecosphere.aysnsh.com",
-	socketTempl:"wss://ayecosphere.aysnsh.com/wsPerCode",
-	h5Temp:"https://ayecosphere.aysnsh.com/ecosphere-h5",
-	serverUrl: 'https://ayecosphere.aysnsh.com/service-shop',
-	h5Url: 'https://ayecosphere.aysnsh.com/service-merchant',
-	ftpUrl: 'https://ayecosphere.aysnsh.com/service-base/ossFile',
-	// ftpUrl: 'https://echftp.jinmingyuan.com',
-	baseUrl: 'https://ayecosphere.aysnsh.com',
-	wx_appid: 'wxd81ee034e03873b1',
-	ali_appid:'2021004122689522'
-}
 
 module.exports = {
 	kefuTel: '15824668510',

--
Gitblit v1.9.1