670加入机器状态、设备详情加接口请求
This commit is contained in:
@ -83,10 +83,18 @@ function sendPic(data){
|
||||
});
|
||||
}
|
||||
|
||||
//设备详情
|
||||
function getDetail(id){
|
||||
return request({
|
||||
url: '/api/xinghan/device/'+id,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
export default{
|
||||
sendUsr:sendUsr,
|
||||
warnMsg:warnMsg,
|
||||
sendPic:sendPic
|
||||
sendPic:sendPic,
|
||||
getDetail:getDetail
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user