From e0481ba5a5fdce84ecadd15c3efc9d5dfeba8aac Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Mon, 24 Oct 2022 09:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/vue.config.js b/front/vue.config.js index 7a72ae44..efe1ac52 100644 --- a/front/vue.config.js +++ b/front/vue.config.js @@ -29,8 +29,8 @@ const productionGzipExtensions = [ 'ico', ] // 是否开启gzip压缩 -const isPro = process.env.NODE_ENV === 'production' -// const isPro = false +// const isPro = process.env.NODE_ENV === 'production' +const isPro = false if (donation) donationConsole() const { version, author } = require('./package.json') const Webpack = require('webpack')