.env.staging 118 B

1234567
  1. NODE_ENV = production
  2. # 测试环境配置
  3. ENV = 'staging'
  4. # ECCS/测试环境
  5. VUE_APP_BASE_API = '/eccs/stage-api'