From 160b88325eb7016509191affe59036cf74ced049 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 27 十二月 2024 15:58:39 +0800
Subject: [PATCH] feat(地理位置检测): 关闭支付宝地理位置检测
---
common/config.js | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/common/config.js b/common/config.js
index 916cf6b..02b3bb9 100644
--- a/common/config.js
+++ b/common/config.js
@@ -6,19 +6,19 @@
baseURL: '/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/prod-api',
wx_appid: 'wx4c146dba764dcb05',
- ali_appid: '2021004149689887'
+ ali_appid: '2021004193639959'
}
// 姝e紡
const prod = {
webURL: 'https://uif.hepost.com',
- baseURL: 'https://jyy.hepost.com:20773/prod-api',
+ baseURL: 'https://uif.hepost.com/prod-api',
wx_appid: 'wx4c146dba764dcb05',
ali_appid: '2021004149689887'
}
@@ -27,5 +27,7 @@
config: process.env.NODE_ENV === 'development' ? dev : test,
ACCESSTOKEN: "Authorization",
/* 鏄惁鎵撳嵃璇锋眰鏃ュ織 */
- DEBUG: false
+ DEBUG: false,
+ /* 鏄惁鏍¢獙浣嶇疆缁忕含搴� */
+ CHECK_LOCATION: false
}
--
Gitblit v1.9.1