From 7f0a560637ba12c842d251a15355f5d2999fbdcb Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Fri, 17 Mar 2023 15:31:19 +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 --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 825862c..096b594 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ ENV = 'development' VUE_APP_BASE_API = '/api' -VUE_APP_ENV = 'production' +VUE_APP_ENV = 'development'