chore: vite代理调整

This commit is contained in:
KAI
2025-03-11 16:36:26 +08:00
parent 5ed7056c05
commit 9f5845e3b3
3 changed files with 4 additions and 4 deletions

View File

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