虚拟大屏数据
This commit is contained in:
@@ -24,4 +24,36 @@ export function edit(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del }
|
||||
export function switch_on_off(data) {
|
||||
return request({
|
||||
url: 'api/bigTest/switchOnOff',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function edit_order(data) {
|
||||
return request({
|
||||
url: 'api/bigTest/save',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function edit_device(data) {
|
||||
return request({
|
||||
url: 'api/bigTest/saveDevice',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function excelImport(data) {
|
||||
return request({
|
||||
url: 'api/bigTest/excelImport',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, switch_on_off, edit_order, excelImport, edit_device }
|
||||
|
||||
Reference in New Issue
Block a user