|
@@ -17,11 +17,11 @@ VITE_BUILD_COMPRESS = 'none'
|
|
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
|
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
|
|
|
|
|
# Basic interface address SPA
|
|
# Basic interface address SPA
|
|
-VITE_GLOB_API_URL=/basic-api
|
|
|
|
|
|
+VITE_GLOB_API_URL=
|
|
|
|
|
|
# File upload address, optional
|
|
# File upload address, optional
|
|
# It can be forwarded by nginx or write the actual address directly
|
|
# It can be forwarded by nginx or write the actual address directly
|
|
-VITE_GLOB_UPLOAD_URL=/upload
|
|
|
|
|
|
+VITE_GLOB_UPLOAD_URL=/service/manage/common/upload/files
|
|
|
|
|
|
# Interface prefix
|
|
# Interface prefix
|
|
VITE_GLOB_API_URL_PREFIX=
|
|
VITE_GLOB_API_URL_PREFIX=
|