邓洁 : 大屏信息接口对接
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
import request from '@/utils/request.js'
|
||||
|
||||
//大屏获取设备信息
|
||||
export const getLargeScreen = (tunnelId) => {
|
||||
return request({
|
||||
url: `/tunnel/large/screen/equipment/${tunnelId}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
//大屏信息接口
|
||||
export const getLargeScreenInfo = () => {
|
||||
return request({
|
||||
url: '/tunnel/large/screen/info',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user