5 lines
130 B
Bash
5 lines
130 B
Bash
NODE_ENV=production
|
|
# 内网部署:通过 Nginx 反向代理,使用相对路径避免硬编码 IP
|
|
VITE_APP_API=/system-admin
|
|
|