chore: 更新 prod API 配置

This commit is contained in:
2024-04-21 20:15:15 +08:00
parent 2f7825553f
commit adf7a8baff
3 changed files with 4 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
VITE_BUILD_MOCK = true
# 接口前缀
VITE_API_PREFIX = '/mock'
VITE_API_PREFIX = '/api'
# 接口地址
VITE_API_BASE_URL = 'http://localhost:8000'