|
|
@@ -16,11 +16,11 @@ VITE_BUILD_COMPRESS = 'none'
|
|
|
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
|
|
|
|
|
# Basic interface address SPA
|
|
|
-VITE_GLOB_API_URL=https://localhost:5005
|
|
|
+VITE_GLOB_API_URL=/api
|
|
|
|
|
|
# File upload address, optional
|
|
|
# It can be forwarded by nginx or write the actual address directly
|
|
|
-VITE_GLOB_UPLOAD_URL=https://localhost:5005
|
|
|
+VITE_GLOB_UPLOAD_URL=/api
|
|
|
|
|
|
# Interface prefix
|
|
|
VITE_GLOB_API_URL_PREFIX=
|