fix: 手动打包 Proxy 问题(#91)

* perf: 检查代码

* feat: proxy setting

* chore: 调整为测试环境使用 `proxy`
This commit is contained in:
Redon
2023-02-22 14:29:05 +08:00
committed by GitHub
parent 66cecb6049
commit bf5c0cdf04
8 changed files with 28 additions and 16 deletions

5
.env
View File

@@ -1,6 +1,5 @@
# Glob API URL
VITE_GLOB_API_URL=/api
VITE_APP_API_BASE_URL=http://localhost:3002/
VITE_GLOB_API_URL=http://localhost:3002
# Glob API Timeout (ms)
VITE_GLOB_API_TIMEOUT=100000