From ab08219576ccfebd02c5335dc8b19b36d8ee1e90 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 11 七月 2024 11:28:56 +0800
Subject: [PATCH] feat(支付): 支付页修改
---
common/config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/config.js b/common/config.js
index c66ce24..b6ccf42 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'
}
--
Gitblit v1.9.1