删除测试内容

This commit is contained in:
fan 2023-07-27 14:07:38 +08:00
parent 50a55243dc
commit 26c56cbb62
2 changed files with 1 additions and 2 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 --env=development",
"build": "quasar build",
"protoc": "node scripts/proto.cjs",
"sync": "node scripts/sync.cjs"
},

View File

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