上传新增进度显示、环境变量新增默认上传地址配置

This commit is contained in:
不做码农
2021-12-19 12:36:16 +08:00
parent 9ae54c1799
commit ab6e99d721
6 changed files with 53 additions and 20 deletions

View File

@@ -77,4 +77,4 @@ new Vue({
store,
render: h => h(App)
})
console.log('后端地址:' + process.env.VUE_APP_BASE_API)
console.log('环境变量:', process.env)