From 11c3bad638ca37f675cf99602cd2d29b123fe28b Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 12 Apr 2023 16:33:36 +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 --- src/main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.js b/src/main.js index b3d8d8f..a83b9df 100644 --- a/src/main.js +++ b/src/main.js @@ -11,10 +11,10 @@ import '@/assets/iconfont/iconfont.css' import { createPinia, PiniaVuePlugin } from 'pinia' import vConsole from 'vconsole' -// if (process.env.VUE_APP_ENV !== 'production') { -// new vConsole() -// } -new vConsole() +if (process.env.VUE_APP_ENV !== 'production') { + new vConsole() +} +// new vConsole() Vue.use(PiniaVuePlugin) const pinia = createPinia()