.env.production 114 B

123456
  1. # just a flag
  2. ENV = 'production'
  3. # 生产环境:后端接口地址
  4. VUE_APP_BASE_API = 'https://www.baidu.com'