update .env.production.

Signed-off-by: yixr <zaozao233@gmail.com>
This commit is contained in:
yixr 2024-04-25 02:35:29 +00:00 committed by Gitee
parent d20d0314b4
commit 5fc23fa31f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV = 'production'
# base api url # base api url
# VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site' # VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site'
# VITE_BASE_API_URL = 'http://123.249.107.55' # 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 VITE_BASE_URL = /api