fundplatform/fund-mobile/.env.development
zhangjf 1a5b583c2f feat: fund-mobile支持Nginx子路径/fmobile部署
- 新增.env.development/.env.production环境配置
- vite.config.ts支持VITE_BASE动态base路径
- router使用import.meta.env.BASE_URL
- API baseURL使用环境变量
- 新增vite-env.d.ts类型声明
2026-02-23 10:28:51 +08:00

7 lines
131 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开发环境配置
# 开发模式无部署前缀
VITE_BASE=/
# API基础路径开发模式使用代理
VITE_API_BASE_URL=