From fab129b25ff9a57aedc9e7247a85f1edb9268515 Mon Sep 17 00:00:00 2001 From: dengxiongfei Date: Mon, 7 Mar 2022 17:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95hook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/index.js b/env/index.js index a0bfcb1..bcf6a22 100644 --- a/env/index.js +++ b/env/index.js @@ -1,8 +1,8 @@ /** * @description 唯一环境变量 */ -const env = 'test' +// const env = 'test' // const env = 'dev' -// const env = 'production' +const env = 'production' export default env