.env.production 107 B

12345
  1. # 生产环境配置 1
  2. ENV = 'production'
  3. # 生产环境
  4. VUE_APP_BASE_API = 'https://jianshekeji.com/api'