瀏覽代碼

数据趋势图

cqpCow 1 年之前
父節點
當前提交
ae7db8614a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      routes/api.php

+ 2 - 1
routes/api.php

@@ -78,7 +78,8 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
     $route->any('screenRemoveDevice', 'Api\ScreenController@screenRemoveDevice');//仓移除设备
     $route->any('screenDeviceDataRealTimeList', 'Api\ScreenController@screenDeviceDataRealTimeList');//仓设备实时数据列表
     $route->any('screenDeviceDataRealTimeList', 'Api\ScreenController@screenDeviceDataRealTimeList');//仓设备实时数据列表
-    $route->any('screenTrendChart', 'Api\ScreenController@screenTrendChart');//历史数据
+    $route->any('screenTrendChart', 'Api\ScreenController@screenTrendChart');//数据趋势图
+    $route->any('screenHistoryList', 'Api\ScreenController@screenHistoryList');//历史数据
     $route->any('screenGps', 'Api\ScreenController@screenGps');//gps定位
 
     //操作日志