Commit b9396539 authored by lipengcheng 's avatar lipengcheng

feat: 环境区分及配置

开发环境/测试环境和生产环境的axios.baseurl
parent 21be1efe
NODE_ENV = 'development'
VUE_APP_ENV = 'development'
VUE_APP_BASEURL = '/webapi'
BASE_URL = 'testurl2'
NODE_ENV = 'passports'
VUE_APP_ENV = passports
VUE_APP_ENV = 'passports'
VUE_APP_BASEURL = 'https://test2.laihua.com/'
NODE_ENV = 'production'
VUE_APP_ENV = 'production'
VUE_APP_BASEURL = 'https://webapi4.laihua.com'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment