From f14805e9e9550bb11e1f79bdbdec574237e92893 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 12 九月 2024 10:41:51 +0800
Subject: [PATCH] feat(支付): 修改键盘组件

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

diff --git a/common/config.js b/common/config.js
index 0e09ed4..9ed45c3 100644
--- a/common/config.js
+++ b/common/config.js
@@ -17,9 +17,8 @@
 }
 // 姝e紡
 const prod = {
-    webURL: 'https://sfzf.cpbtsoft.cn',
-    // baseURL: 'https://jyy.hepost.com:20773/prod-api',
-    baseURL: 'https://sfzf.cpbtsoft.cn/pay-api/prod-api',
+    webURL: 'https://uif.hepost.com',
+    baseURL: 'https://uif.hepost.com/prod-api',
     wx_appid: 'wx4c146dba764dcb05',
     ali_appid: '2021004149689887'
 }

--
Gitblit v1.9.1