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

@@ -1,6 +1,6 @@
# 环境变量 (命名必须以 VITE_ 开头)
# 接口前缀
VITE_API_PREFIX = '/api'
VITE_API_PREFIX = '/dev-api'
# 接口地址
VITE_API_BASE_URL = 'http://localhost:8000'