build: 修改端口

This commit is contained in:
louis 2024-02-28 09:23:45 +08:00
parent dc36c638b2
commit b75515bf19
1 changed files with 1 additions and 1 deletions

View File

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