фикс: версия ПО и прочее не показывалось в вебке

This commit is contained in:
2024-11-15 15:12:19 +03:00
parent 3e46f82c0e
commit ac04c0545b
2 changed files with 6 additions and 4 deletions

View File

@@ -1618,7 +1618,8 @@
const doFetchAbout = async () => {
try {
let d = await fetch("/api/get/aboutFirmware")
const fr = await fetch("/api/get/aboutFirmware")
const d = await fr.json()
this.about.firmwareVersion = d["fw.version"]
this.about.modemUid = d["fw.modemId"]
this.about.modemSn = d["fw.modemSn"]