chore: separate configuration files

This commit is contained in:
bin
2020-10-10 21:28:43 +08:00
parent afbcf043fc
commit e8aedefb38
12 changed files with 100 additions and 38 deletions

View File

@@ -1 +1,14 @@
VITE_USE_MOCK=true
# Whether to open mock
VITE_USE_MOCK = true
# public path
VITE_PUBLIC_PATH = /
# Basic interface address SPA
VITE_GLOB_API_URL=/api
# Interface prefix
VITE_GLOB_API_URL_PREFIX=
# Cross-domain proxy, you can configure multiple
VITE_PROXY=[["/api","http://localhost:3000"]]