Commit 27599e7f authored by wanghao's avatar wanghao

1 指令指令完成,但是 没有检测到机械臂完成。

parent 73af4b1e
...@@ -55,14 +55,14 @@ export function sendStopCommand() { ...@@ -55,14 +55,14 @@ export function sendStopCommand() {
// 停止当前指令 // 停止当前指令
export function sendWriteHour(ipAndPort) { export function sendWriteHour(ipAndPort) {
// return request({
// url: '/equipmentData/trigger/' + ipAndPort,
// method: 'get'
// })
return request({ return request({
url: '/test/quartz/runEmptyJob', url: '/equipmentData/trigger/' + ipAndPort,
method: 'get' method: 'get'
}) })
// return request({
// url: '/test/quartz/runEmptyJob',
// method: 'get'
// })
} }
// 执行上电操作 // 执行上电操作
export function powerOnCommand(commandId) { export function powerOnCommand(commandId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment