1.手表监测添加参数,查询当天信息
This commit is contained in:
2025-03-05 15:20:20 +08:00
parent a4bddba648
commit 0b48810f5c
6 changed files with 75 additions and 21 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
const { refreshState } = useRefresh(DEFAULT_TIME);
const dayTimeO = ref();
const dayTimeT = ref();
const interval = ref(1);
const interval = ref<any>(null);
function init() {
getTime();