6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
|
|
# 生产环境
|
||
|
|
VITE_API_BASE_URL=/api
|
||
|
|
# 如果后端部署在不同域名,可以改成完整地址:
|
||
|
|
# VITE_API_BASE_URL=https://api.your-domain.com
|
||
|
|
|