pblvue/src/api/PBL/bigscreen.js
2024-11-01 17:08:28 +08:00

13 lines
243 B
JavaScript

import request from '@/utils/request'
/**
* 大屏数据查询
* @param {查询条件} data
*/
export function SearchShelfLightInfomation() {
return request({
url: 'PBL/bigscreen/searchShelfLightInfomation',
method: 'get'
})
}