From 1499bacfed2d21cffc75af31ed5c9c67864cc0e4 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期六, 03 八月 2024 16:04:39 +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