Browse Source

fix: 一些调整

main
betaqi 3 weeks ago
parent
commit
7a146748c0
  1. 2
      src/stores/transferData.ts

2
src/stores/transferData.ts

@ -61,7 +61,7 @@ export const useTransferDataStore = defineStore('transfer', () => { @@ -61,7 +61,7 @@ export const useTransferDataStore = defineStore('transfer', () => {
hasDevice.lastUpdated = Date.now()
hasDevice.status = '在线'
hasDevice.footprint = formatSizeFromKB(Number(feedback[4] || 0))
hasDevice.clientIp = feedback[4]
hasDevice.clientIp = feedback[0]
hasDevice.versions = feedback[3] ?? '--'
} else {
const num = feedback[4] || 0

Loading…
Cancel
Save