ebike-plus-ui/.env.development
2025-12-19 17:17:50 +08:00

16 lines
537 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_USER_NODE_ENV = development
# 路由模式 hash | history
VITE_ROUTER_MODE = hash
# 打包路径 开发环境地址前缀 (一般 '/' 或 './' 都可以,如果开发环境 '/' 打包预览白屏,请使用 './')
# 默认情况下vite 会假设你的应用是被部署在一个域名的根路径上,所以这里 VITE_PUBLIC_PATH 为 '/'
VITE_PUBLIC_PATH = './'
# https://www.cdzhuojing.cn/ebike
# 请求路径 管理系统/开发环境
VITE_APP_BASE_URL = 'https://www.cdzhuojing.cn/ebike'