删除打印log

This commit is contained in:
不做码农 2022-01-13 18:42:32 +08:00
parent ec06d8650d
commit c413f5af94

View File

@ -78,5 +78,4 @@ new Vue({
router,
store,
render: h => h(App)
})
console.log('环境变量:', process.env)
})