// development 开发环境 NODE_ENV='development' // 下面的为接口地址。此处/api是我经过webpack设置跨域代理之后的地址 VUE_APP_BASE_URL='/api'