1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
 
import {$http} from '@/api/index.js'
export default {
 
   /**
   *  根据设备编码查询该站点信息
   */
  queryHistoryData() {
    
    // return $http.get('/dust/history1',{ params: params })
  }
 
}