feat: 逐步抽离部分包到packages

This commit is contained in:
vben
2023-04-05 22:29:16 +08:00
parent a5ed79fc94
commit 279977b817
41 changed files with 726 additions and 60 deletions

View File

@@ -4,10 +4,6 @@ VITE_USE_MOCK = true
# public path
VITE_PUBLIC_PATH = /
# Cross-domain proxy, you can configure multiple
# Please note that no line breaks
VITE_PROXY = [["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
# Basic interface address SPA
VITE_GLOB_API_URL=/basic-api