4 lines
173 B
Bash
4 lines
173 B
Bash
# 默认环境变量配置(会被 .env.development 和 .env.production 覆盖)
|
|
# VITE_API_BASE_URL=https://cslab.oberyun.com
|
|
VITE_API_BASE_URL=http://192.168.1.110:8001
|