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