This commit is contained in:
2026-04-23 13:57:48 +08:00
parent 4859932ed3
commit 47d793e77c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
NODE_ENV = production
# 生产环境接口基础地址
VITE_API_BASE_URL = http://18.167.120.9:8605/api
VITE_API_BASE_URL = http://18.167.120.9:8085/api
# 请求超时时间(毫秒)
VITE_REQUEST_TIMEOUT = 10000