From 6c2609b9f3212e4e502e1dc4d0d4f1382d8782e8 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 11 七月 2024 11:28:14 +0800
Subject: [PATCH] feat(支付): 支付页修改

---
 common/config.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/config.js b/common/config.js
index c66ce24..e88a60a 100644
--- a/common/config.js
+++ b/common/config.js
@@ -3,7 +3,7 @@
 // 寮�鍙�
 const dev = {
 	webURL: 'https://sfzf.cpbtsoft.cn',
-	baseURL: '/dev-api',
+	baseURL: 'http://172.16.2.121:8080',
 	sftpURL: 'https://yqzx.jinmingyuan.com/file',
 	wx_appid: 'wx4c146dba764dcb05',
 	ali_appid: '2021004149689887'
@@ -12,7 +12,7 @@
 const test = {
 	webURL: 'https://sfzf.cpbtsoft.cn',
 	baseURL: 'https://sfzf.cpbtsoft.cn/prod-api',
-	sftpURL: 'https://sfzf.cpbtsoft.cn/file',
+	sftpURL: 'https://sfzf.cpbtsoft.cn/prod-api',
 	wx_appid: 'wx4c146dba764dcb05',
 	ali_appid: '2021004149689887'
 }
@@ -30,7 +30,7 @@
 	'02': '淇$敤鍗�'
 }
 module.exports = {
-	config: test,
+	config: dev,
 	ACCESSTOKEN: "Authorization",
 	/* 鏄惁鎵撳嵃璇锋眰鏃ュ織 */
 	DEBUG: false,

--
Gitblit v1.9.1