|
@@ -16,11 +16,11 @@ VITE_BUILD_COMPRESS = 'gzip' |
|
@@ -16,11 +16,11 @@ VITE_BUILD_COMPRESS = 'gzip' |
|
16
|
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
16
|
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
|
17
|
|
17
|
|
|
18
|
# Basic interface address SPA
|
18
|
# Basic interface address SPA
|
|
19
|
-VITE_GLOB_API_URL=http://101.133.234.90:8080/api
|
19
|
+VITE_GLOB_API_URL=http://localhost:8080/api
|
|
20
|
|
20
|
|
|
21
|
# File upload address, optional
|
21
|
# File upload address, optional
|
|
22
|
# It can be forwarded by nginx or write the actual address directly
|
22
|
# It can be forwarded by nginx or write the actual address directly
|
|
23
|
-VITE_GLOB_UPLOAD_URL=http://101.133.234.90:3300/upload
|
23
|
+VITE_GLOB_UPLOAD_URL=http://localhost:8080/upload
|
|
24
|
|
24
|
|
|
25
|
# Interface prefix
|
25
|
# Interface prefix
|
|
26
|
VITE_GLOB_API_URL_PREFIX=/yt
|
26
|
VITE_GLOB_API_URL_PREFIX=/yt
|