localhost:8001

This commit is contained in:
yx 2024-04-26 08:56:30 +08:00
parent 6b4becfbd2
commit f6f788a8bc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV = 'production'
# base api url
# VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site'
# VITE_BASE_API_URL = 'http://123.249.107.55'
VITE_BASE_API_URL = 'http://144.123.43.138:3001'
VITE_BASE_API_URL = 'http://localhost:8001'
# 公共基础路径, 所有资源的路径都将据此配置重写。
VITE_BASE_URL = /api