From 4dccbb68399da2d46943b8d613585afb49aa5455 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Fri, 22 Jul 2022 20:48:54 +0800
Subject: [PATCH] V1.1.0 for dock

---
 vite.config.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vite.config.ts b/vite.config.ts
index fd4a118..29c6933 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -28,7 +28,7 @@
     }),
     viteVConsole({
       entry: path.resolve(__dirname, './src/main.ts'), // 入口文件
-      // localEnabled: command === 'serve', // serve开发环境下
+      localEnabled: command === 'serve', // serve开发环境下
       // enabled: command !== 'serve' || mode === 'test', // 打包环境下/发布测试包,
       config: { // vconsole 配置项
         maxLogNumber: 1000,

--
Gitblit v1.9.3