Files
zyt/admin/.env.development.example
2026-05-09 17:04:50 +08:00

5 lines
274 B
Bash
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.
NODE_ENV = 'development'
# 后端接口根地址(含协议与端口),例如 http://127.0.0.1:8080
# 相对路径 /uploads/… 若此项为完整 URL,会与后端对齐;未填时由 vite 将 /uploads 代理到默认 http://127.0.0.1:8080。
VITE_APP_BASE_URL=''