This commit is contained in:
熊玮 2024-11-15 17:40:22 +08:00
parent 323384575f
commit 6258287050
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ VITE_PUBLIC_PATH=/
VITE_GLOB_API_URL=http://localhost:3920 VITE_GLOB_API_URL=http://localhost:3920
# File upload address optional # File upload address optional
VITE_GLOB_UPLOAD_URL=http://localhost:3910/v1/system/upload VITE_GLOB_UPLOAD_URL=http://localhost:3920/v1/system/upload
# Interface prefix # Interface prefix
VITE_GLOB_API_URL_PREFIX= VITE_GLOB_API_URL_PREFIX=

View File

@ -11,10 +11,10 @@ VITE_BUILD_COMPRESS='none'
# Basic interface address SPA # Basic interface address SPA
VITE_GLOB_API_URL=http://localhost:3910 VITE_GLOB_API_URL=http://localhost:3920
# File upload address optional # File upload address optional
VITE_GLOB_UPLOAD_URL=http://localhost:3910/v1/system/upload VITE_GLOB_UPLOAD_URL=http://localhost:3920/v1/system/upload
# Interface prefix # Interface prefix
VITE_GLOB_API_URL_PREFIX= VITE_GLOB_API_URL_PREFIX=