.env.staging 127 B

1234567
  1. NODE_ENV = production
  2. # 测试环境配置
  3. ENV = 'staging'
  4. # 若依管理系统/测试环境
  5. VUE_APP_BASE_API = '/stage-api'