From 0996919f24162b8a761c63f1eadb0dada2b02d66 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 06 一月 2025 12:08:45 +0800
Subject: [PATCH] feat(活码支付): 金额和商户信息直接从活码查询

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

diff --git a/common/config.js b/common/config.js
index f6e35cb..4097f19 100644
--- a/common/config.js
+++ b/common/config.js
@@ -3,17 +3,17 @@
 // 寮�鍙�
 const dev = {
     webURL: 'https://sfzf.cpbtsoft.cn',
-    baseURL: '/dev-api',
+    baseURL: 'https://sfzf.cpbtsoft.cn/dev-api',
     // baseURL: 'http://172.16.2.117:8080',
     wx_appid: 'wx4c146dba764dcb05',
-    ali_appid: '2021004149689887'
+    ali_appid: '2021004193639959'
 }
 // 娴嬭瘯
 const test = {
     webURL: 'https://sfzf.cpbtsoft.cn',
-    baseURL: 'https://sfzf.cpbtsoft.cn/dev-api',
+    baseURL: 'https://sfzf.cpbtsoft.cn/prod-api',
     wx_appid: 'wx4c146dba764dcb05',
-    ali_appid: '2021004149689887'
+    ali_appid: '2021004193639959'
 }
 // 姝e紡
 const prod = {
@@ -27,5 +27,7 @@
     config: process.env.NODE_ENV === 'development' ? dev : prod,
     ACCESSTOKEN: "Authorization",
     /* 鏄惁鎵撳嵃璇锋眰鏃ュ織 */
-    DEBUG: false
+    DEBUG: false,
+    /* 鏄惁鏍¢獙浣嶇疆缁忕含搴� */
+    CHECK_LOCATION: true
 }

--
Gitblit v1.9.1