【vue】.env—开发、生产环境配置

.vue
data(){
return{
url:process.env.VUE_APP_UR
}
}

.env
VUE_APP_URL=https://api.com/

.env.development
VUE_APP_URL=https://dev.api.com/

.env.production
VUE_APP_URL=https://api.com/
posted @ 2019-04-03 12:28  雨雪粪痘凯文  阅读(2666)  评论(0编辑  收藏  举报