.env.prod 91 B

1234
  1. # 开发环境配置
  2. ENV = 'prod'
  3. # 请求基础api
  4. VUE_APP_BASE_API = '/veterans-prod-api'