From d95efa5bd59b985fb9a3abb03414623aa57e31ef Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 30 Aug 2024 13:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 - .../cost/csotSettlement/costApplyList.vue | 2 +- vue.config.js | 264 +++++++++--------- 3 files changed, 133 insertions(+), 136 deletions(-) diff --git a/src/App.vue b/src/App.vue index 755227e..0feb70e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,9 +23,6 @@ export default { }, } }, - created() { - console.log(process.env.VUE_APP_ENV, '当前环境---') - }, }