From c2e8987caa897c3c2ac48b25262f1fff999745bf Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Thu, 12 Oct 2023 17:39:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E9=99=A4=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/vue.config.example.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/data-room-ui/vue.config.example.js b/data-room-ui/vue.config.example.js index b1f2c3d7..11f798cb 100644 --- a/data-room-ui/vue.config.example.js +++ b/data-room-ui/vue.config.example.js @@ -23,8 +23,6 @@ const cdn = { } const port = process.env.port || process.env.npm_config_port || 7521 // dev port -console.log('process.env', process.env) - const plugins = [ new webpack.ProvidePlugin({ jQuery: 'jquery',