Commit 221c5cd4b6889a712ccda81c3f342d4914870b5e
1 parent
04b6bc4d
fix: DEFECT-703 data board list timespan usage create time
Showing
2 changed files
with
3 additions
and
2 deletions
| ... | ... | @@ -21,7 +21,8 @@ VITE_PROXY = [["/api","https://dev.thingskit.com/api"],["/thingskit-drawio","htt |
| 21 | 21 | # 实时数据的ws地址 |
| 22 | 22 | # VITE_WEB_SOCKET = ws://localhost:8080/api/ws/plugins/telemetry?token= |
| 23 | 23 | # VITE_WEB_SOCKET = ws://44.99.141.212:8080/api/ws/plugins/telemetry?token= |
| 24 | -VITE_WEB_SOCKET = ws://121.37.251.8:8080/api/ws/plugins/telemetry?token= | |
| 24 | +VITE_WEB_SOCKET = ws://dev.thingskit.com/api/ws/plugins/telemetry?token= | |
| 25 | +# VITE_WEB_SOCKET = ws://121.37.251.8:8080/api/ws/plugins/telemetry?token= | |
| 25 | 26 | |
| 26 | 27 | # Delete console |
| 27 | 28 | VITE_DROP_CONSOLE = true | ... | ... |