Browse Source

fix:拉杆箱没有加液功能

master
白凤吉 1 week ago
parent
commit
a236fe127a
  1. 2
      src/app.vue

2
src/app.vue

@ -107,8 +107,10 @@ const startProgress = () => {
} }
else { else {
await initData() // await initData() //
if (__DEVICE_TYPE__ !== useDeviceStore().deviceTypeMap.DrawBarDM) {
await initLiquidConfig() // await initLiquidConfig() //
} }
}
// //
if (progress.value >= 100) { if (progress.value >= 100) {
clearInterval(timer) clearInterval(timer)

Loading…
Cancel
Save