feat:DeviceSimulator

This commit is contained in:
alwayssuper 2025-01-06 16:40:36 +08:00
parent c9e00d97eb
commit 3c7521b58b

View File

@ -97,7 +97,6 @@ const getLogList = async () => {
} }
return log return log
}) })
console.log(logList.value)
} finally { } finally {
loading.value = false loading.value = false
} }