Commit cf4e70dde96d1bb167b4a88f6c4f955866935182
1 parent
15980c0d
feat: 去掉多余的注释,并修改thingskit-drawio为thingskit-scada
Showing
1 changed file
with
3 additions
and
14 deletions
| @@ -8,21 +8,10 @@ VITE_GLOB_PUBLIC_PATH = / | @@ -8,21 +8,10 @@ VITE_GLOB_PUBLIC_PATH = / | ||
| 8 | # Please note that no line breaks | 8 | # Please note that no line breaks |
| 9 | 9 | ||
| 10 | # 本地 | 10 | # 本地 |
| 11 | -# VITE_PROXY = [["/api","http://localhost:8080/api"]] | ||
| 12 | - | ||
| 13 | -# 线上演示环境 | ||
| 14 | -# VITE_PROXY = [["/api","http://101.133.234.90:8080/api"]] | ||
| 15 | -# 线上测试环境 | ||
| 16 | -# VITE_PROXY = [["/api","http://localhost:8080/api"],["/thingskit-drawio","http://localhost:3000/"]] | ||
| 17 | -VITE_PROXY = [["/api","http://222.180.200.114:48080/api"],["/thingskit-drawio","http://localhost:3000/"],["/large-designer", "http://localhost:5555/large-designer/"]] | ||
| 18 | -# VITE_PROXY = [["/api","http://121.37.251.8:8080/api"],["/thingskit-drawio","http://localhost:3000/"]] | ||
| 19 | -# VITE_PROXY = [["/api","http://192.168.10.125:8080/api"],["/thingskit-drawio","http://192.168.10.125:8080/api"]] | 11 | +VITE_PROXY = [["/api","http://localhost:8080/api"],["/thingskit-scada","http://localhost:3000/"],["/large-designer", "http://localhost:5555/large-designer/"]] |
| 20 | 12 | ||
| 21 | # 实时数据的ws地址 | 13 | # 实时数据的ws地址 |
| 22 | -# VITE_WEB_SOCKET = ws://localhost:8080/api/ws/plugins/telemetry?token= | ||
| 23 | -# VITE_WEB_SOCKET = ws://44.99.141.212:8080/api/ws/plugins/telemetry?token= | ||
| 24 | -VITE_GLOB_WEB_SOCKET = ws://222.180.200.114:48080/api/ws/plugins/telemetry?token= | ||
| 25 | -# VITE_WEB_SOCKET = ws://121.37.251.8:8080/api/ws/plugins/telemetry?token= | 14 | +VITE_GLOB_WEB_SOCKET = ws://localhost:8080/api/ws/plugins/telemetry?token= |
| 26 | 15 | ||
| 27 | # Delete console | 16 | # Delete console |
| 28 | VITE_GLOB_DROP_CONSOLE = true | 17 | VITE_GLOB_DROP_CONSOLE = true |
| @@ -37,7 +26,7 @@ VITE_GLOB_UPLOAD_URL=/api/yt/oss/upload | @@ -37,7 +26,7 @@ VITE_GLOB_UPLOAD_URL=/api/yt/oss/upload | ||
| 37 | VITE_GLOB_API_URL_PREFIX=/yt | 26 | VITE_GLOB_API_URL_PREFIX=/yt |
| 38 | 27 | ||
| 39 | #configuration | 28 | #configuration |
| 40 | -VITE_GLOB_CONFIGURATION = /thingskit-drawio | 29 | +VITE_GLOB_CONFIGURATION = /thingskit-scada |
| 41 | 30 | ||
| 42 | # 大屏设计器 | 31 | # 大屏设计器 |
| 43 | VITE_GLOB_LARGE_DESIGNER = /large-designer | 32 | VITE_GLOB_LARGE_DESIGNER = /large-designer |