From 975644ced45e82a81d1d4488492ab9e3840b9605 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期六, 20 七月 2024 17:11:52 +0800
Subject: [PATCH] feat(支付): 支付成功页面
---
common/config.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/common/config.js b/common/config.js
index 18efc97..650ccf2 100644
--- a/common/config.js
+++ b/common/config.js
@@ -3,7 +3,8 @@
// 寮�鍙�
const dev = {
webURL: 'https://sfzf.cpbtsoft.cn',
- baseURL: 'http://172.16.2.117:8080',
+ baseURL: '/dev-api',
+ // baseURL: 'http://172.16.2.117:8080',
sftpURL: 'https://yqzx.jinmingyuan.com/file',
wx_appid: 'wx4c146dba764dcb05',
ali_appid: '2021004149689887'
--
Gitblit v1.9.1