Commit 221c5cd4b6889a712ccda81c3f342d4914870b5e

Authored by ww
1 parent 04b6bc4d

fix: DEFECT-703 data board list timespan usage create time

... ... @@ -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
... ...
... ... @@ -219,7 +219,7 @@
219 219 </Tooltip>
220 220 </span> -->
221 221 </div>
222   - <div>{{ item.updateTime || item.createTime }}</div>
  222 + <div>{{ item.createTime }}</div>
223 223 </div>
224 224 </section>
225 225 </Card>
... ...