From c9d69737f5026095801c26bc6d966119a781008e Mon Sep 17 00:00:00 2001 From: kola-web Date: Fri, 25 Apr 2025 12:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config.js b/src/config.js index bd78320..617b8a9 100644 --- a/src/config.js +++ b/src/config.js @@ -19,5 +19,11 @@ export default { return __PRO__ ? 'https://apptest.diabetes.com.cn' : 'https://apptest.diabetes.com.cn'; + + // 生产环境 appid:wx75551cb56606869d + // console.log(__PRO__) + // return __PRO__ + // ? 'https://app.diabetes.com.cn' + // : 'https://app.diabetes.com.cn'; } };