添加上传接口

This commit is contained in:
2020-07-10 12:04:37 +08:00
parent 221cd42fb3
commit 9b455e6f25
3 changed files with 27 additions and 3 deletions

View File

@ -121,6 +121,7 @@ module.exports = {
vendor: ['moment']
},
env: {
version: pkg.version
version: pkg.version,
baseURL: process.env.NODE_ENV === 'development' ? DevBaseUrl : ProdBashUrl
}
}