Commit 9b76e9a7c575969b5513ed4290c3945384f4f4c1

Authored by 潘钊
1 parent ffeba567

update...

src/main/java/com/bsth/data/gpsdata/client/DataMonitor.java 0 → 100644
  1 +package com.bsth.data.gpsdata.client;
  2 +
  3 +/**
  4 + * Created by panzhao on 2017/5/7.
  5 + */
  6 +public class DataMonitor {
  7 +
  8 + public static long lastTimePd;
  9 +
  10 + public static long lastTimePf;
  11 +
  12 +}
... ...
src/main/resources/static/real_control_v2/js/north/toolbar.js
... ... @@ -42,7 +42,7 @@ var gb_northToolbar = (function () {
42 42 //exit
43 43 $('.north .north-toolbar .exit-system').on('click', function () {
44 44 //关闭websocket 连接
45   - gb_sch_websocket.sock().close();
  45 + gb_sch_websocket.sock().close(1000, '退出线调');
46 46 window.location.href = '/pages/control/lineallot/allot.html';
47 47 });
48 48  
... ...