|
@ -77,7 +77,7 @@ |
|
|
<div class="wrapper" @click.stop> |
|
|
<div class="wrapper" @click.stop> |
|
|
<div class="block"> |
|
|
<div class="block"> |
|
|
<van-loading /> |
|
|
<van-loading /> |
|
|
<p class="shutdown_text">正在测试压力中...</p> |
|
|
|
|
|
|
|
|
<p class="shutdown_text">正在充气...</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</van-overlay> |
|
|
</van-overlay> |
|
@ -296,7 +296,7 @@ const newStartTest = async flag => { |
|
|
websocketStore.sendCommandMsg(airCompressorSetValve2JSON([0])) |
|
|
websocketStore.sendCommandMsg(airCompressorSetValve2JSON([0])) |
|
|
// 空压机选通阀切换到通道1 (入气口) |
|
|
// 空压机选通阀切换到通道1 (入气口) |
|
|
websocketStore.sendCommandMsg(airCompressorChannelSelectJSON([1])) |
|
|
websocketStore.sendCommandMsg(airCompressorChannelSelectJSON([1])) |
|
|
// 等待5s |
|
|
|
|
|
|
|
|
// 等待1min |
|
|
await wait(sleepVal2.value * 1000) |
|
|
await wait(sleepVal2.value * 1000) |
|
|
// 记录当前压力数值作为初始压力值 |
|
|
// 记录当前压力数值作为初始压力值 |
|
|
// 等待1min 然后展示数据 |
|
|
// 等待1min 然后展示数据 |
|
|