From 2a3084ed6ede77c15ed661549825582561779d89 Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Sun, 24 Sep 2023 21:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.js b/config/app.js index b25a01b..164dda3 100644 --- a/config/app.js +++ b/config/app.js @@ -2,9 +2,9 @@ let httpApiThree; let httpApi; // 总域名 let httpApiTwo; // 物流系统域名 -const env = 'dev'; // 开发 +// const env = 'dev'; // 开发 // const env = 'prod'; // 生产 -// const env = 'prew'; // 预上线 +const env = 'prew'; // 预上线 switch (env) { case 'prod':