.env.development 546 B

123456789101112131415
  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. VITE_API_BASE_URL=https://52e7774d.r24.cpolar.top
  10. # 静态资源基础 URL - 测试环境
  11. VITE_STATIC_BASE_URL=https://zswl-smqjh.oss-cn-chengdu.aliyuncs.com/static/static
  12. # 环境名称
  13. VITE_ENV_NAME=development