mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-19 00:29:49 +00:00
update
This commit is contained in:
parent
bc66c4fbdf
commit
039af54405
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue