update:优化ota状态共享

This commit is contained in:
2026-09-21 16:22:05 +08:00
parent 4bd7599cc0
commit 01e8f6c6da
6 changed files with 328 additions and 328 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import {
DEVICE_NAME_STORAGE_KEY,
useDeviceStatus,
} from "./composables/useDeviceStatus";
import { useOtaUpdate } from "./composables/useOtaUpdate";
import { useOtaUpdate } from "@/composables/useOtaUpdate";
const store = useStore();
const { updateDevice, clearDevice } = store;