7 lines
163 B
Bash
7 lines
163 B
Bash
# API 配置
|
|
# 开发环境
|
|
VITE_API_BASE_URL=https://ztserver.zguiy.com
|
|
|
|
# 生产环境示例(部署时修改)
|
|
# VITE_API_BASE_URL=https://api.yourdomain.com
|