修改单机升级逻辑

main
RogerWork 2 weeks ago
parent b37f21cba5
commit edec8eafd2
  1. 3
      src/components/update/CinemaUpdate.vue

@ -187,6 +187,9 @@ onBeforeMount(
console.log(res)
res.forEach(
(value, index) => {
if (value.process === "before_sys") {
updateCmd.value.setup.push(value)
}
if (value.process === "setup") {
updateCmd.value.setup.push(value)
}

Loading…
Cancel
Save