From ad8b45c3001d734ca9c666c962c7f441fdeb7214 Mon Sep 17 00:00:00 2001 From: wpf <2187978347@qq.com> Date: Sun, 5 Nov 2023 11:56:26 +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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/app.js b/config/app.js index 5537476..52affb7 100644 --- a/config/app.js +++ b/config/app.js @@ -8,9 +8,8 @@ let httpApiTwo let httpApiThree // 在打包之前请检查当前环境是否正确 -const env = 'dev'; // 开发 - -// const env = 'prod'; // 生产 +// const env = 'dev'; // 开发 +const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) {