From 90169550c9f6836e715360b3fc2163e159432814 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 04 十一月 2024 17:52:01 +0800
Subject: [PATCH] feat(支付): 增加校验经纬度功能,暂时先关闭
---
common/config.js | 16 +++++-----------
1 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/common/config.js b/common/config.js
index 650ccf2..1d50911 100644
--- a/common/config.js
+++ b/common/config.js
@@ -5,35 +5,29 @@
webURL: 'https://sfzf.cpbtsoft.cn',
baseURL: '/dev-api',
// baseURL: 'http://172.16.2.117:8080',
- sftpURL: 'https://yqzx.jinmingyuan.com/file',
wx_appid: 'wx4c146dba764dcb05',
ali_appid: '2021004149689887'
}
// 娴嬭瘯
const test = {
webURL: 'https://sfzf.cpbtsoft.cn',
- baseURL: 'https://sfzf.cpbtsoft.cn/prod-api',
- sftpURL: 'https://sfzf.cpbtsoft.cn/prod-api',
+ baseURL: 'https://sfzf.cpbtsoft.cn/dev-api',
wx_appid: 'wx4c146dba764dcb05',
ali_appid: '2021004149689887'
}
// 姝e紡
const prod = {
- webURL: 'https://jmy.jinmingyuan.com',
- baseURL: 'https://yqzx.jinmingyuan.com',
- sftpURL: 'https://yqzx.jinmingyuan.com/file',
+ webURL: 'https://uif.hepost.com',
+ baseURL: 'https://uif.hepost.com/prod-api',
wx_appid: 'wx4c146dba764dcb05',
ali_appid: '2021004149689887'
}
-const cardType = {
- '00': '鍌ㄨ搫鍗�',
- '02': '淇$敤鍗�'
-}
module.exports = {
config: process.env.NODE_ENV === 'development' ? dev : test,
ACCESSTOKEN: "Authorization",
/* 鏄惁鎵撳嵃璇锋眰鏃ュ織 */
DEBUG: false,
- cardType: cardType
+ /* 鏄惁鏍¢獙浣嶇疆缁忕含搴� */
+ CHECK_LOCATION: false
}
--
Gitblit v1.9.1