financial-web/.env.development

27 lines
595 B
Plaintext
Raw 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_PORT=1000
# 预发布环境路由历史模式Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数"
VITE_ROUTER_HISTORY="hash"
# 基础请求路径
VITE_BASE_API=/api
# 跨域代理地址
VITE_APP_URL=http://localhost:1010
# mock地址
VITE_MOCK_BASE_API=/mock
# 网络请求延迟时间
VITE_BASE_API_TIMEOUT=60000
# 失败重试次数
VITE_BASE_API_RETRY=5
# 失败重试时间
VITE_BASE_API_RETRY_DELAY=3000
# 开发环境读取配置文件路径
VITE_PUBLIC_PATH=/