Merge branch 'master' of http://192.168.1.22:3000/frontend/admin-sjzx
This commit is contained in:
@@ -54,3 +54,24 @@ export function nodeAllList() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
//修改数据
|
||||
export function updateTerminal(query:any) {
|
||||
return createAxios({
|
||||
url: `/device-boot/device/updateTerminal`,
|
||||
method: 'put',
|
||||
data: {
|
||||
...query,
|
||||
}
|
||||
})
|
||||
}
|
||||
//提交数据
|
||||
export function addTerminal(query:any) {
|
||||
return createAxios({
|
||||
url: '/device-boot/device/addTerminal',
|
||||
method: 'post',
|
||||
data: {
|
||||
...query,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user