1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-19 00:29:49 +00:00
This commit is contained in:
Silent YANG 2024-02-05 22:28:05 +08:00
parent bc66c4fbdf
commit 039af54405

View file

@ -129,6 +129,7 @@ onUnmounted(()=>{
})
const syncTime = async () => {
if (appStore.connectState != true) { alert('请先连接手台!'); return; };
const date = new Date();
setLoading(true)
await eeprom_init(appStore.connectPort);