.env.development 494 B

1234567891011121314
  1. # 开发环境变量
  2. # 在开发模式下使用 (npm run dev)
  3. # API 基础 URL - 开发环境
  4. # VITE_API_BASE_URL=http://192.168.0.19:8080
  5. # VITE_API_BASE_URL=http://192.168.0.11:8080
  6. # VITE_API_BASE_URL=http://192.168.1.166:8080
  7. # VITE_API_BASE_URL=https://smqjh.api.zswlgz.com
  8. VITE_API_BASE_URL=https://7a8e0952.r28.cpolar.top
  9. # 静态资源基础 URL - 测试环境
  10. VITE_STATIC_BASE_URL=https://zswl-smqjh.oss-cn-chengdu.aliyuncs.com/static/static
  11. # 环境名称
  12. VITE_ENV_NAME=development