.env.staging 195 B

1234567891011
  1. VITE_NODE_ENV = production
  2. # 测试环境配置
  3. VITE_ENV = 'staging'
  4. # 若依管理系统/测试环境
  5. VITE_APP_BASE_API = '/stage-api'
  6. VITE_API_URL=https://shuzhi.qiuyutech.com.cn/prod-api