环境变量测试

This commit is contained in:
fan 2023-07-27 14:00:18 +08:00
parent 15dce2e5b2
commit f0afa94099
2 changed files with 2 additions and 1 deletions

View File

@ -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",
"build": "quasar build --env=development",
"protoc": "node scripts/proto.cjs",
"sync": "node scripts/sync.cjs"
},

View File

@ -187,6 +187,7 @@ const typeOptionsMap = computed(() => {
});
onMounted(() => {
console.log(process, process.env, process.env.NODE_ENV);
tableRef.value.requestServerInteraction();
getAllLineList();
});