From 26c56cbb62f6ac03b2720851262d1b64a0019b88 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 27 Jul 2023 14:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/pages/DraftManage.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 69d8087..7af8a86 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore", "test": "echo \"No test specified\" && exit 0", "dev": "quasar dev", - "build": "quasar build --env=development", + "build": "quasar build", "protoc": "node scripts/proto.cjs", "sync": "node scripts/sync.cjs" }, diff --git a/src/pages/DraftManage.vue b/src/pages/DraftManage.vue index 923a7f7..a157213 100644 --- a/src/pages/DraftManage.vue +++ b/src/pages/DraftManage.vue @@ -187,7 +187,6 @@ const typeOptionsMap = computed(() => { }); onMounted(() => { - console.log(process.env.NODE_ENV); tableRef.value.requestServerInteraction(); getAllLineList(); });