|
@@ -16,11 +16,11 @@ VITE_GLOB_BUILD_COMPRESS = 'gzip' |
|
@@ -16,11 +16,11 @@ VITE_GLOB_BUILD_COMPRESS = 'gzip' |
16
|
VITE_GLOB_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
16
|
VITE_GLOB_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
17
|
|
17
|
|
18
|
# Basic interface address SPA
|
18
|
# Basic interface address SPA
|
19
|
-VITE_GLOB_API_URL=http://122.9.141.195: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://122.9.141.195:8080/api/yt/oss/upload
|
23
|
+VITE_GLOB_UPLOAD_URL=http://localhost:8080/api/yt/oss/upload
|
24
|
|
24
|
|
25
|
# Interface prefix
|
25
|
# Interface prefix
|
26
|
VITE_GLOB_API_URL_PREFIX=/yt
|
26
|
VITE_GLOB_API_URL_PREFIX=/yt
|
|
@@ -35,7 +35,7 @@ VITE_USE_PWA = false |
|
@@ -35,7 +35,7 @@ VITE_USE_PWA = false |
35
|
VITE_LEGACY = true
|
35
|
VITE_LEGACY = true
|
36
|
|
36
|
|
37
|
# 实时数据的ws地址
|
37
|
# 实时数据的ws地址
|
38
|
-VITE_GLOB_WEB_SOCKET = ws://122.9.141.195:8080/api/ws/plugins/telemetry?token=
|
38
|
+VITE_GLOB_WEB_SOCKET = ws://localhost:8080/api/ws/plugins/telemetry?token=
|
39
|
|
39
|
|
40
|
#configuration
|
40
|
#configuration
|
41
|
VITE_GLOB_CONFIGURATION = /thingskit-scada
|
41
|
VITE_GLOB_CONFIGURATION = /thingskit-scada
|